Skip to content
Snippets Groups Projects
Commit 8d8b661e authored by Matt Wise's avatar Matt Wise Committed by Spencer Sutton
Browse files

update to core-lib-aws 0.9.2

parent 0fce8d46
No related branches found
No related tags found
2 merge requests!82Revert "Merge branch 'Add-pages-publishing' into 'master'",!74AWS Updates
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<parent> <parent>
<artifactId>partition</artifactId> <artifactId>partition</artifactId>
<groupId>org.opengroup.osdu</groupId> <groupId>org.opengroup.osdu</groupId>
<version>0.10.0-SNAPSHOT</version> <version>0.9.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
<dependency> <dependency>
<groupId>org.opengroup.osdu.core.aws</groupId> <groupId>org.opengroup.osdu.core.aws</groupId>
<artifactId>os-core-lib-aws</artifactId> <artifactId>os-core-lib-aws</artifactId>
<version>0.9.0</version> <version>0.9.2-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.opengroup.osdu</groupId> <groupId>org.opengroup.osdu</groupId>
...@@ -93,6 +93,10 @@ ...@@ -93,6 +93,10 @@
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId> <artifactId>spring-boot-starter-security</artifactId>
</dependency> </dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency> <dependency>
<groupId>org.springframework.security</groupId> <groupId>org.springframework.security</groupId>
<artifactId>spring-security-oauth2-client</artifactId> <artifactId>spring-security-oauth2-client</artifactId>
......
...@@ -19,14 +19,14 @@ ...@@ -19,14 +19,14 @@
<parent> <parent>
<groupId>org.opengroup.osdu</groupId> <groupId>org.opengroup.osdu</groupId>
<artifactId>os-partition-testing</artifactId> <artifactId>os-partition-testing</artifactId>
<version>0.10.0-SNAPSHOT</version> <version>0.9.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.opengroup.osdu.partition</groupId> <groupId>org.opengroup.osdu.partition</groupId>
<artifactId>partition-test-aws</artifactId> <artifactId>partition-test-aws</artifactId>
<version>0.10.0-SNAPSHOT</version> <version>0.9.0-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<properties> <properties>
...@@ -65,13 +65,13 @@ ...@@ -65,13 +65,13 @@
<dependency> <dependency>
<groupId>org.opengroup.osdu.partition</groupId> <groupId>org.opengroup.osdu.partition</groupId>
<artifactId>partition-test-core</artifactId> <artifactId>partition-test-core</artifactId>
<version>0.10.0-SNAPSHOT</version> <version>0.9.0-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.opengroup.osdu.core.aws</groupId> <groupId>org.opengroup.osdu.core.aws</groupId>
<artifactId>os-core-lib-aws</artifactId> <artifactId>os-core-lib-aws</artifactId>
<version>0.9.0</version> <version>0.9.2-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment