Skip to content

Commit

Permalink
fix: add dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
yhames committed Aug 14, 2024
1 parent 03ff959 commit 0fcfc06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gg-utils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ unitTestCoverageReport {

dependencies {
implementation "com.amazonaws:aws-java-sdk-s3:1.12.281"
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-mail'

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
Expand Down

0 comments on commit 0fcfc06

Please sign in to comment.