Skip to content

Commit

Permalink
Merge pull request #151 from CSID-DGU/backend/feature/crew
Browse files Browse the repository at this point in the history
BE: [feat] 웹소켓 의존성 추가 #83
  • Loading branch information
Seoyoung2222 authored Dec 2, 2024
2 parents 07f0cdd + 9212518 commit 82933ac
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 82933ac

Please sign in to comment.