Skip to content

Commit

Permalink
remove redundant testcontainers dep
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyzhao2018 committed May 23, 2024
1 parent 4927a96 commit 6aa6c6d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ dependencies {
// SQS is used to act as the "Subscriber" of the SNS topic.
// There's a problem with sqs sdk v1 with localstack+testcontainers testing. so use sdk v2 for sqs
testImplementation 'software.amazon.awssdk:sqs:2.25.40'
testImplementation 'org.testcontainers:testcontainers:1.19.7'
testImplementation 'org.testcontainers:localstack:1.19.7'

latestDepTestImplementation group: 'com.amazonaws', name: 'aws-java-sdk-sns', version: '+'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ dependencies {
testImplementation 'software.amazon.awssdk:sns:2.25.40'
// SQS is used to act as the "Subscriber" of the SNS topic.
testImplementation 'software.amazon.awssdk:sqs:2.25.40'
testImplementation 'org.testcontainers:testcontainers:1.19.7'
testImplementation 'org.testcontainers:localstack:1.19.7'

latestDepTestImplementation group: 'software.amazon.awssdk', name: 'sns', version: '+'
Expand Down

0 comments on commit 6aa6c6d

Please sign in to comment.