Skip to content

Commit

Permalink
Use org.glassfish.jaxb:jaxb-runtime instead of old com.sun.xml.bind:j…
Browse files Browse the repository at this point in the history
…axb-impl maven coordinates

Signed-off-by: HARPER Jon <jon.harper87@gmail.com>
  • Loading branch information
jonenst committed Oct 4, 2023
1 parent a4c9fe1 commit 84fa74a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions glsk/glsk-document-cse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,8 @@
<artifactId>jakarta.xml.bind-api</artifactId>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<scope>runtime</scope>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
</dependency>
</dependencies>

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<commonscsv.version>1.9.0</commonscsv.version>
<maven.jaxb2.version>3.1.0</maven.jaxb2.version>
<jakarta.xml.bind.version>4.0.0</jakarta.xml.bind.version>
<jaxb.impl.version>4.0.0</jaxb.impl.version>
<jaxb.runtime.version>4.0.0</jaxb.runtime.version>
</properties>

<modules>
Expand Down Expand Up @@ -182,9 +182,9 @@
<version>${jakarta.xml.bind.version}</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>${jaxb.impl.version}</version>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>${jaxb.runtime.version}</version>
<scope>runtime</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 84fa74a

Please sign in to comment.