Skip to content

Commit

Permalink
Merge pull request #33948 from ppalaga/230609-jaxb
Browse files Browse the repository at this point in the history
Manage org.glassfish.jaxb:txw2 at the same version as jaxb-core and jaxb-runtime
  • Loading branch information
gsmet authored Jun 12, 2023
2 parents fabf5a9 + c8f764c commit 35e0f9c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4865,6 +4865,11 @@
<artifactId>jaxb-core</artifactId>
<version>${jaxb-runtime.version}</version>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>txw2</artifactId>
<version>${jaxb-runtime.version}</version>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
Expand Down

0 comments on commit 35e0f9c

Please sign in to comment.