Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Partition
Commits
8d8b661e
Commit
8d8b661e
authored
Jun 22, 2021
by
Matt Wise
Committed by
Spencer Sutton
Jul 06, 2021
Browse files
update to core-lib-aws 0.9.2
parent
0fce8d46
Changes
2
Hide whitespace changes
Inline
Side-by-side
provider/partition-aws/pom.xml
View file @
8d8b661e
...
...
@@ -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>
...
...
testing/partition-test-aws/pom.xml
View file @
8d8b661e
...
...
@@ -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>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment