diff --git a/provider/partition-aws/pom.xml b/provider/partition-aws/pom.xml index 93977ab9e675ceef67b0b914219e5b34c2326a05..7ea41b775950862b52144419c9a668e0c8e0e194 100644 --- a/provider/partition-aws/pom.xml +++ b/provider/partition-aws/pom.xml @@ -54,7 +54,7 @@ <dependency> <groupId>org.opengroup.osdu.core.aws</groupId> <artifactId>os-core-lib-aws</artifactId> - <version>0.26.0-spring6-rc1</version> + <version>0.26.0-spring6-rc2</version> </dependency> <dependency> <groupId>org.opengroup.osdu</groupId> diff --git a/testing/partition-test-aws/pom.xml b/testing/partition-test-aws/pom.xml index aba686560e5758bd132aa6cc43e2e342a2d259c5..9a22a83ddf06cade3949db38a187e3a81848db01 100644 --- a/testing/partition-test-aws/pom.xml +++ b/testing/partition-test-aws/pom.xml @@ -56,11 +56,6 @@ <version>4.13.2</version> </dependency> - <dependency> - <groupId>com.google.code.gson</groupId> - <artifactId>gson</artifactId> - <version>2.10.1</version> - </dependency> <dependency> <groupId>org.opengroup.osdu.partition</groupId> @@ -71,30 +66,9 @@ <dependency> <groupId>org.opengroup.osdu.core.aws</groupId> <artifactId>os-core-lib-aws</artifactId> - <version>0.26.0</version> - </dependency> - <dependency> - <groupId>com.fasterxml.jackson.core</groupId> - <artifactId>jackson-core</artifactId> - <version>2.15.3</version> - </dependency> - <dependency> - <groupId>com.google.guava</groupId> - <artifactId>guava</artifactId> - <version>30.1.1-jre</version> + <version>0.26.0-spring6-rc2</version> </dependency> - <dependency> - <groupId>io.jsonwebtoken</groupId> - <artifactId>jjwt</artifactId> - <version>0.9.1</version> - <exclusions> - <exclusion> - <groupId>com.fasterxml.jackson.core</groupId> - <artifactId>jackson-databind</artifactId> - </exclusion> - </exclusions> - </dependency> </dependencies>