Skip to content

Commit c8eb08c

Browse files
committed
feat(be): add RabbitMQ dependencies
# Conflicts: # build.gradle.kts
1 parent 67769fa commit c8eb08c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ dependencies {
5454

5555
// 웹소켓 - 사용자 채팅 기능 (게스트-가이드)
5656
implementation("org.springframework.boot:spring-boot-starter-websocket")
57+
implementation("org.springframework.boot:spring-boot-starter-amqp")
5758

5859
// 레디스 - 캐싱 및 세션 관리
5960
implementation("org.springframework.boot:spring-boot-starter-data-redis")
@@ -74,6 +75,7 @@ dependencies {
7475
testImplementation("org.springframework.boot:spring-boot-starter-test")
7576
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5")
7677
testImplementation("org.springframework.security:spring-security-test")
78+
testImplementation("org.springframework.amqp:spring-rabbit-test")
7779
testImplementation("io.mockk:mockk:1.13.12")
7880
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
7981
}

0 commit comments

Comments
 (0)