JCLOUDS-1637: Use glassfish jaxb implementation

Required by jakarta.xml.bind-api.
This commit is contained in:
Andrew Gaul 2024-04-24 20:38:19 +09:00
parent d733401ce7
commit c73660dac8
2 changed files with 5 additions and 5 deletions

View File

@ -70,8 +70,8 @@
<artifactId>jakarta.xml.bind-api</artifactId>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
</dependency>
<dependency>
<groupId>org.osgi</groupId>

View File

@ -332,9 +332,9 @@
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.3.3</version>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>4.0.5</version>
</dependency>
<dependency>