diff --git a/provider/partition-aws/pom.xml b/provider/partition-aws/pom.xml index 848a2e6920b60a4a0d12a554e5ec17535e558681..0aea65954e1c56c26701c849aa87fee1685a4a62 100644 --- a/provider/partition-aws/pom.xml +++ b/provider/partition-aws/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>partition</artifactId> <groupId>org.opengroup.osdu</groupId> - <version>0.10.0-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -57,7 +57,7 @@ <dependency> <groupId>org.opengroup.osdu.core.aws</groupId> <artifactId>os-core-lib-aws</artifactId> - <version>0.9.0</version> + <version>0.9.2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.opengroup.osdu</groupId> @@ -93,6 +93,10 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-security</artifactId> </dependency> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-actuator</artifactId> + </dependency> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-oauth2-client</artifactId> diff --git a/testing/partition-test-aws/pom.xml b/testing/partition-test-aws/pom.xml index 8b4ecf3d54670cb660287e85ff1e58bdab824dbb..bd829d1468c99446a07143a809bde46df45ba6ff 100644 --- a/testing/partition-test-aws/pom.xml +++ b/testing/partition-test-aws/pom.xml @@ -19,14 +19,14 @@ <parent> <groupId>org.opengroup.osdu</groupId> <artifactId>os-partition-testing</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.opengroup.osdu.partition</groupId> <artifactId>partition-test-aws</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> <packaging>jar</packaging> <properties> @@ -65,13 +65,13 @@ <dependency> <groupId>org.opengroup.osdu.partition</groupId> <artifactId>partition-test-core</artifactId> - <version>0.10.0-SNAPSHOT</version> + <version>0.9.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.opengroup.osdu.core.aws</groupId> <artifactId>os-core-lib-aws</artifactId> - <version>0.9.0</version> + <version>0.9.2-SNAPSHOT</version> </dependency> <dependency>