Skip to content

Commit

Permalink
AB2D-5798/Splunk alerts (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
smirnovaae authored Feb 1, 2024
1 parent 6258412 commit 5c5467d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion optout/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ dependencies {
implementation 'com.amazonaws:aws-java-sdk-s3:1.12.406'
implementation 'org.postgresql:postgresql:42.5.1'
implementation 'software.amazon.awssdk:s3:2.21.7'
implementation 'software.amazon.awssdk:secretsmanager:2.23.12'
implementation project(':database-management')
implementation(project(":lambda-lib"))
testImplementation 'com.amazonaws:aws-java-sdk-sqs:1.11.792'
Expand All @@ -26,7 +27,7 @@ dependencies {
testImplementation 'org.testcontainers:postgresql:1.19.1'
testImplementation project(':lambda-test-utils')
testImplementation 'org.liquibase:liquibase-core:4.23.0'
testImplementation 'io.findify:sqsmock_2.12:0.4.1'
testImplementation 'io.findify:s3mock_2.13:0.2.6'
}

task buildZip(type: Zip) {
Expand Down

0 comments on commit 5c5467d

Please sign in to comment.