Skip to content

Commit

Permalink
chore: #961 build.gradle Web Socket 의존성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly6bf committed Nov 18, 2024
1 parent 4a6bcd9 commit 40fa718
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ dependencies {
implementation 'io.jsonwebtoken:jjwt:0.12.6'
implementation 'io.jsonwebtoken:jjwt-impl:0.12.6'

// Web Socket
implementation 'org.springframework.boot:spring-boot-starter-websocket'

// Test
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
Expand Down

0 comments on commit 40fa718

Please sign in to comment.