Skip to content

Commit

Permalink
#9 chore : AWS S3 SDK gradle 의존성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
sim-mer committed May 10, 2024
1 parent deb5328 commit bb1ee70
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ dependencies {

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

//Aws S3
implementation group: 'com.amazonaws', name: 'aws-java-sdk-s3', version: '1.12.716'

}

tasks.named('test') {
Expand Down

0 comments on commit bb1ee70

Please sign in to comment.