Skip to content

Commit

Permalink
BE: [fix] 웹소켓 의존성 추가 CSID-DGU#83
Browse files Browse the repository at this point in the history
  • Loading branch information
Seoyoung2222 committed Dec 2, 2024
1 parent 5aad520 commit 9212518
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ dependencies {

// WebClient
implementation 'org.springframework.boot:spring-boot-starter-webflux'

// Websocket
implementation 'org.springframework.boot:spring-boot-starter-websocket'
implementation 'org.springframework.boot:spring-boot-starter-security'
}

tasks.named('test') {
Expand Down

0 comments on commit 9212518

Please sign in to comment.