diff --git a/provider/indexer-aws/pom.xml b/provider/indexer-aws/pom.xml index 4cb5a47e98ce0a8a9261192852b5ef0ec570316f..a9710e7cf32d987db5b11a9afcc56db7a2109966 100644 --- a/provider/indexer-aws/pom.xml +++ b/provider/indexer-aws/pom.xml @@ -29,7 +29,7 @@ <version>0.25.0-SNAPSHOT</version> <properties> - <aws.version>1.11.1018</aws.version> + <aws.version>1.12.261</aws.version> <deployment.environment>dev</deployment.environment> <netty.version>4.1.51.Final</netty.version> <jackson-databind.version>2.13.2.2</jackson-databind.version> @@ -63,6 +63,12 @@ <groupId>org.opengroup.osdu</groupId> <artifactId>os-core-common</artifactId> <version>${os-core-common.version}</version> + <exclusions> + <exclusion> + <groupId>org.springframework</groupId> + <artifactId>spring-web</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.opengroup.osdu.indexer</groupId> @@ -88,6 +94,32 @@ </dependency> <!-- Third party Apache 2.0 license packages --> + <dependency> + <groupId>org.springframework.security</groupId> + <artifactId>spring-security-config</artifactId> + <version>5.6.12</version> + </dependency> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-autoconfigure</artifactId> + <version>2.7.12</version> + </dependency> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-actuator-autoconfigure</artifactId> + <version>2.7.11</version> + </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-core</artifactId> + <version>5.3.27</version> + </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-web</artifactId> + <version>5.3.14</version> + </dependency> + <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId>