Skip to content

Commit

Permalink
[FIX] conflict 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
paragon0107 committed Jul 10, 2024
2 parents c3c071a + 4140b70 commit c1d1341
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ repositories {
}

dependencies {

implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-security'
implementation 'org.springframework.boot:spring-boot-starter-web'
Expand All @@ -46,6 +47,11 @@ dependencies {
// s3
implementation("software.amazon.awssdk:bom:2.21.0")
implementation("software.amazon.awssdk:s3:2.21.0")

// s3
implementation("software.amazon.awssdk:bom:2.21.0")
implementation("software.amazon.awssdk:s3:2.21.0")

}

tasks.named('test') {
Expand Down

0 comments on commit c1d1341

Please sign in to comment.