Remove unused AWS SDK v1 dependency

This commit is contained in:
Ryan Baxter
2024-10-02 10:40:27 -04:00
parent b91f8d9587
commit e464808fa3

View File

@@ -211,13 +211,6 @@
<artifactId>localstack</artifactId>
<scope>test</scope>
</dependency>
<!-- AWS SDK v1 is required by testcontainers-localstack -->
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-core</artifactId>
<version>1.12.772</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave-tests</artifactId>