Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit c73660d

Browse files
committed
JCLOUDS-1637: Use glassfish jaxb implementation
Required by jakarta.xml.bind-api.
1 parent d733401 commit c73660d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@
7070
<artifactId>jakarta.xml.bind-api</artifactId>
7171
</dependency>
7272
<dependency>
73-
<groupId>com.sun.xml.bind</groupId>
74-
<artifactId>jaxb-impl</artifactId>
73+
<groupId>org.glassfish.jaxb</groupId>
74+
<artifactId>jaxb-runtime</artifactId>
7575
</dependency>
7676
<dependency>
7777
<groupId>org.osgi</groupId>

project/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -332,9 +332,9 @@
332332
</dependency>
333333

334334
<dependency>
335-
<groupId>com.sun.xml.bind</groupId>
336-
<artifactId>jaxb-impl</artifactId>
337-
<version>2.3.3</version>
335+
<groupId>org.glassfish.jaxb</groupId>
336+
<artifactId>jaxb-runtime</artifactId>
337+
<version>4.0.5</version>
338338
</dependency>
339339

340340
<dependency>

0 commit comments

Comments
 (0)