Skip to content

Commit

Permalink
build : websocket build 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
KNU-K committed Jan 14, 2025
1 parent 9c1a73d commit 1866003
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ dependencies {

implementation 'com.fasterxml.jackson.core:jackson-databind'
implementation 'org.springframework.boot:spring-boot-starter-validation'

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

//Jackson

implementation 'com.fasterxml.jackson.core:jackson-databind'
}

tasks.named('test') {
Expand Down

0 comments on commit 1866003

Please sign in to comment.