use glassfish jaxb instead of old com.sun jaxb

This commit is contained in:
Roland Praml
2023-09-19 08:37:20 +02:00
parent 9223796f02
commit 6d2038355f
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -54,9 +54,9 @@
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>4.0.0</version>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>4.0.3</version>
<scope>runtime</scope>
</dependency>
<!-- JAKARTA-DEPENDENCY-END -->
+3 -3
View File
@@ -91,9 +91,9 @@
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>4.0.0</version>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>4.0.3</version>
<scope>runtime</scope>
</dependency>
<!-- JAKARTA-DEPENDENCY-END -->