Skip to content

Commit

Permalink
Merge pull request #58 from goalSetter09/10th-Kampus-BE-57
Browse files Browse the repository at this point in the history
[FIX] 누락된 dependency 추가
  • Loading branch information
goalSetter09 authored Jan 29, 2025
2 parents 70f27c1 + 942a100 commit 569d735
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 @@ -49,6 +49,13 @@ dependencies {

// Swagger
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.1'

// WebSocket
implementation 'org.springframework.boot:spring-boot-starter-websocket:3.4.1'
implementation 'org.springframework.security:spring-security-messaging'

// DeepL(Translation)
implementation 'com.deepl.api:deepl-java:1.7.0'
}

tasks.named('test') {
Expand Down

0 comments on commit 569d735

Please sign in to comment.