File tree Expand file tree Collapse file tree 3 files changed +1
-1
lines changed
src/main/java/de/gdata/vaasexample Expand file tree Collapse file tree 3 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ dependencies {
2323 implementation ' org.jetbrains:annotations:26.0.2'
2424 implementation ' io.github.cdimascio:dotenv-java:3.1.0'
2525 implementation ' com.ibm.async:asyncutil:0.1.0'
26- implementation ' com.amazonaws:aws-java-sdk-s3:1.12.781'
2726 implementation ' com.fasterxml.jackson.core:jackson-databind:2.18.2'
2827 implementation ' io.github.cdimascio:dotenv-java:3.1.0'
2928 testImplementation ' org.testng:testng:7.11.0'
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ dependencies {
1515 implementation ' de.gdata:vaas:9.0.2'
1616 implementation ' org.projectlombok:lombok:1.18.36'
1717 implementation ' io.github.cdimascio:dotenv-java:3.1.0'
18+ implementation ' com.amazonaws:aws-java-sdk-s3:1.12.781'
1819}
1920
2021tasks. register(' sha256Scan' , JavaExec ) {
File renamed without changes.
You can’t perform that action at this time.
0 commit comments