From ff4ee6675ec0cf8018350b6bc78f1973f0d0022a Mon Sep 17 00:00:00 2001
From: Emmanuel Bruno <emmanuel.bruno@univ-tln.fr>
Date: Sat, 20 Mar 2021 08:49:31 +0100
Subject: [PATCH] cleans jaxb.

---
 pom.xml | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0bf886f..217fa33 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
-- 
GitLab