Skip to content
Snippets Groups Projects
Commit ff4ee667 authored by Emmanuel Bruno's avatar Emmanuel Bruno
Browse files

cleans jaxb.

parent 3e565057
No related branches found
No related tags found
No related merge requests found
......@@ -50,11 +50,23 @@
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
</dependency>
<dependency>
<!--dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<scope>runtime</scope>
</dependency-->
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>3.0.0</version>
<scope>runtime</scope>
</dependency>
<!--dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>org.eclipse.persistence.moxy</artifactId>
<version>3.0.0</version>
<scope>runtime</scope>
</dependency-->
<dependency>
<groupId>org.glassfish.jersey.media</groupId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment