Skip to content
Snippets Groups Projects
Commit 2c023d1b authored by Solomon Ayalew's avatar Solomon Ayalew Committed by Chad Leong
Browse files

upgrade version to jaxb-core

(cherry picked from commit 2926be62)
parent 56a1a924
No related branches found
No related tags found
2 merge requests!449Cherry-pick 'Solxget/java 17 test' into release/0.24,!446Cherry-pick 'Solxget/java 17 test' into release/0.24
......@@ -87,17 +87,17 @@
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
<version>2.3.0</version>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.3.0</version>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>com.auth0</groupId>
......
......@@ -44,17 +44,17 @@
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
<version>2.3.0</version>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.3.0</version>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>org.opengroup.osdu</groupId>
......
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