Skip to content

Commit

Permalink
JCLOUDS-1637: Use glassfish jaxb implementation
Browse files Browse the repository at this point in the history
Required by jakarta.xml.bind-api.
  • Loading branch information
gaul committed Apr 24, 2024
1 parent d733401 commit c73660d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
6 changes: 3 additions & 3 deletions project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit c73660d

Please sign in to comment.