Skip to content

Commit

Permalink
chore: AWS S3 의존성 추가 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyeong-hyeok committed Sep 8, 2023
1 parent f983dfe commit 36752d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ dependencies {
implementation 'com.auth0:java-jwt:4.2.1'
// Spring Data Redis
implementation 'org.springframework.boot:spring-boot-starter-data-redis'
// AWS S3
implementation 'org.springframework.cloud:spring-cloud-starter-aws:2.2.6.RELEASE'
}

tasks.named('test') {
Expand Down

0 comments on commit 36752d9

Please sign in to comment.