QQQ-14 switch from org.testcontainers/localstack to cloud.localstack (to fix circleci?)

This commit is contained in:
2022-06-21 18:43:35 -05:00
parent 2a2e3370e6
commit ee9f45f8a2
2 changed files with 11 additions and 35 deletions

18
pom.xml
View File

@ -61,21 +61,9 @@
<version>1.12.243</version>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>
<version>1.17.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>localstack</artifactId>
<version>1.17.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>junit-jupiter</artifactId>
<version>1.17.2</version>
<groupId>cloud.localstack</groupId>
<artifactId>localstack-utils</artifactId>
<version>0.2.20</version>
<scope>test</scope>
</dependency>