File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments