Skip to content

Commit

Permalink
feat: Move S3 bucket scanning example with VaaS integration to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
lennartdohmann committed Feb 17, 2025
1 parent 629e45b commit f3048dc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ dependencies {
implementation 'org.jetbrains:annotations:26.0.2'
implementation 'io.github.cdimascio:dotenv-java:3.1.0'
implementation 'com.ibm.async:asyncutil:0.1.0'
implementation 'com.amazonaws:aws-java-sdk-s3:1.12.781'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2'
implementation 'io.github.cdimascio:dotenv-java:3.1.0'
testImplementation 'org.testng:testng:7.11.0'
Expand Down
1 change: 1 addition & 0 deletions java/examples/VaasExample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dependencies {
implementation 'de.gdata:vaas:9.0.2'
implementation 'org.projectlombok:lombok:1.18.36'
implementation 'io.github.cdimascio:dotenv-java:3.1.0'
implementation 'com.amazonaws:aws-java-sdk-s3:1.12.781'
}

tasks.register('sha256Scan', JavaExec) {
Expand Down

0 comments on commit f3048dc

Please sign in to comment.