Skip to content

Commit

Permalink
chore: [#30] S3 의존성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jupyter471 committed Oct 11, 2024
1 parent 93fdb7a commit 302c85b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ dependencies {
// Monitoring
implementation 'org.springframework.boot:spring-boot-starter-actuator'
implementation 'io.micrometer:micrometer-registry-prometheus'

//S3
implementation 'org.springframework.cloud:spring-cloud-starter-aws:2.2.6.RELEASE'
}

tasks.named('test') {
Expand Down

0 comments on commit 302c85b

Please sign in to comment.