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
Notification
Commits
e5da3c82
Commit
e5da3c82
authored
Jul 23, 2021
by
David Diederich
Browse files
Updating Libraries to Latest Release Version
parent
a4e088db
Pipeline
#53890
failed with stages
in 59 minutes and 24 seconds
Changes
6
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
NOTICE
View file @
e5da3c82
This diff is collapsed.
Click to expand it.
pom.xml
View file @
e5da3c82
...
...
@@ -25,7 +25,7 @@
<java.version>
8
</java.version>
<maven.compiler.target>
${java.version}
</maven.compiler.target>
<maven.compiler.source>
${java.version}
</maven.compiler.source>
<os-core-common.version>
0.
9
.0
</os-core-common.version>
<os-core-common.version>
0.
10
.0
</os-core-common.version>
</properties>
<licenses>
...
...
provider/notification-aws/pom.xml
View file @
e5da3c82
...
...
@@ -42,7 +42,7 @@
<dependency>
<groupId>
org.opengroup.osdu.core.aws
</groupId>
<artifactId>
os-core-lib-aws
</artifactId>
<version>
0.10.0
-SNAPSHOT
</version>
<version>
0.10.0
</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.amazonaws/aws-java-sdk-secretsmanager -->
...
...
provider/notification-azure/pom.xml
View file @
e5da3c82
...
...
@@ -37,9 +37,9 @@
<jacoco-maven-plugin.version>
0.8.2
</jacoco-maven-plugin.version>
<osdu.notification-core.version>
0.10.0-SNAPSHOT
</osdu.notification-core.version>
<springframework.version>
4.3.0.RELEASE
</springframework.version>
<reactor.netty.version>
0.
9
.0.RELEASE
</reactor.netty.version>
<reactor.netty.version>
0.
10
.0.RELEASE
</reactor.netty.version>
<reactor.core.version>
3.3.0.RELEASE
</reactor.core.version>
<osdu.corelibazure.version>
0.10.0
-rc8
</osdu.corelibazure.version>
<osdu.corelibazure.version>
0.10.0
</osdu.corelibazure.version>
<junit.version>
5.6.0
</junit.version>
<jjwt.version>
3.8.1
</jjwt.version>
<mockito.version>
2.23.0
</mockito.version>
...
...
provider/notification-gcp/pom.xml
View file @
e5da3c82
...
...
@@ -40,12 +40,12 @@
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-core-common
</artifactId>
<version>
0.
9.0-rc17
</version>
<version>
0.
10.0
</version>
</dependency>
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
core-lib-gcp
</artifactId>
<version>
0.
9.0-SNAPSHOT
</version>
<version>
0.
10.0
</version>
</dependency>
<dependency>
...
...
testing/notification-test-core/pom.xml
View file @
e5da3c82
...
...
@@ -113,7 +113,7 @@
<dependency>
<groupId>
com.google.auth
</groupId>
<artifactId>
google-auth-library-oauth2-http
</artifactId>
<version>
0.
9
.0
</version>
<version>
0.
10
.0
</version>
</dependency>
<dependency>
<groupId>
io.jsonwebtoken
</groupId>
...
...
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