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

Changed dependancy name

(cherry picked from commit 408e6532)
parent 2c023d1b
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
......@@ -85,10 +85,11 @@
<version>${guava.version}</version>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.1</version>
</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>
......
......@@ -42,10 +42,12 @@
<dependencies>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.1</version>
</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>
......
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