diff --git a/provider/partition-aws/pom.xml b/provider/partition-aws/pom.xml index 0aea65954e1c56c26701c849aa87fee1685a4a62..48fcc328f3e49ac5f4ccdb910e26412fc519255a 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.9.0-SNAPSHOT</version> + <version>0.10.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -93,10 +93,6 @@ <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>