Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
Notification
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSDU
OSDU Data Platform
System
Notification
Commits
90071f14
Commit
90071f14
authored
1 year ago
by
Solomon Ayalew
Browse files
Options
Downloads
Patches
Plain Diff
upgrade all versions
parent
ab86ac7a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!438
Solxget/java 17 test
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/notification-test-core/pom.xml
+33
-16
33 additions, 16 deletions
testing/notification-test-core/pom.xml
with
33 additions
and
16 deletions
testing/notification-test-core/pom.xml
+
33
−
16
View file @
90071f14
...
...
@@ -36,11 +36,28 @@
<java.version>
17
</java.version>
<maven.compiler.target>
${java.version}
</maven.compiler.target>
<maven.compiler.source>
${java.version}
</maven.compiler.source>
<jackson-databind.version>
2.1
3.2
.2
</jackson-databind.version>
<jackson.version>
2.1
3
.2
</jackson.version>
<jackson-databind.version>
2.1
5
.2
</jackson-databind.version>
<jackson.version>
2.1
5
.2
</jackson.version>
</properties>
<dependencies>
<dependency>
<groupId>
jakarta.xml.bind
</groupId>
<artifactId>
jakarta.xml.bind-api
</artifactId>
<version>
4.0.0
</version>
<scope>
provided
</scope>
</dependency>
<dependency>
<groupId>
com.sun.xml.bind
</groupId>
<artifactId>
jaxb-core
</artifactId>
<version>
4.0.0
</version>
</dependency>
<dependency>
<groupId>
com.sun.xml.bind
</groupId>
<artifactId>
jaxb-impl
</artifactId>
<version>
4.0.0
</version>
</dependency>
<dependency>
<groupId>
org.opengroup.osdu
</groupId>
<artifactId>
os-core-common
</artifactId>
...
...
@@ -59,7 +76,7 @@
<dependency>
<groupId>
javax.json
</groupId>
<artifactId>
javax.json-api
</artifactId>
<version>
1.1.
2
</version>
<version>
1.1.
4
</version>
</dependency>
<dependency>
<groupId>
com.fasterxml.jackson.core
</groupId>
...
...
@@ -79,7 +96,7 @@
<dependency>
<groupId>
org.glassfish
</groupId>
<artifactId>
javax.json
</artifactId>
<version>
1.1.
2
</version>
<version>
1.1.
4
</version>
</dependency>
<dependency>
<groupId>
com.google.oauth-client
</groupId>
...
...
@@ -89,7 +106,7 @@
<dependency>
<groupId>
com.google.api-client
</groupId>
<artifactId>
google-api-client
</artifactId>
<version>
1
.2
3
.0
</version>
<version>
2
.2.0
</version>
<exclusions>
<exclusion>
<groupId>
com.google.guava
</groupId>
...
...
@@ -97,35 +114,35 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>
com.sun
.jersey
</groupId>
<artifactId>
jersey-client
</artifactId>
<version>
1
.1
9.4
</version>
</dependency>
<dependency>
<groupId>
org.glassfish
.jersey
.core
</groupId>
<artifactId>
jersey-client
</artifactId>
<version>
3
.1
.3
</version>
</dependency>
<dependency>
<groupId>
com.google.code.gson
</groupId>
<artifactId>
gson
</artifactId>
<version>
2.
9
.1
</version>
<version>
2.
10
.1
</version>
</dependency>
<dependency>
<groupId>
com.google.auth
</groupId>
<artifactId>
google-auth-library-oauth2-http
</artifactId>
<version>
0.1
1
.0
</version>
<version>
0.1
9
.0
</version>
</dependency>
<dependency>
<groupId>
io.jsonwebtoken
</groupId>
<artifactId>
jjwt
</artifactId>
<version>
0.
9
.1
</version>
<version>
0.
12
.1
</version>
</dependency>
<dependency>
<groupId>
junit
</groupId>
<artifactId>
junit
</artifactId>
<version>
4.12
</version>
<version>
4.1
3.
2
</version>
</dependency>
<dependency>
<groupId>
org.apache.commons
</groupId>
<artifactId>
commons-lang3
</artifactId>
<version>
3.
9
</version>
<version>
3.
13.0
</version>
</dependency>
</dependencies>
<build>
...
...
@@ -133,7 +150,7 @@
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-surefire-plugin
</artifactId>
<version>
3.0.0
-M3
</version>
<version>
3.0.0
</version>
<configuration>
<systemPropertyVariables>
<DE_OPS_TESTER>
${DE_OPS_TESTER}
</DE_OPS_TESTER>
...
...
This diff is collapsed.
Click to expand it.
Solomon Ayalew
@solxget
mentioned in commit
3db96a2a
·
1 year ago
mentioned in commit
3db96a2a
mentioned in commit 3db96a2a3a9c3b2baf837ef95198c375e91131ec
Toggle commit list
Solomon Ayalew
@solxget
mentioned in commit
76aea13a
·
1 year ago
mentioned in commit
76aea13a
mentioned in commit 76aea13a127838fdd8a5e1c0c300dfef514102dc
Toggle commit list
Solomon Ayalew
@solxget
mentioned in commit
b455460e
·
1 year ago
mentioned in commit
b455460e
mentioned in commit b455460ead727a2e710ef38480f9d39e1707dbf3
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment