Skip to content

Commit

Permalink
aligning jaxb version with Jersey
Browse files Browse the repository at this point in the history
  • Loading branch information
andrus committed Apr 29, 2024
1 parent f6e4050 commit ae96b30
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
<bootique.version>${project.version}</bootique.version>
<ehcache.version>3.10.8</ehcache.version>
<jcache.version>1.1.0</jcache.version>
<!-- TODO: also used in Jersey Jakarta. Move to modules parent? -->
<glassfish.jaxb3.version>4.0.5</glassfish.jaxb3.version>
</properties>

<scm>
Expand All @@ -58,7 +60,7 @@
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>4.0.3</version>
<version>${glassfish.jaxb3.version}</version>
</dependency>
<dependency>
<groupId>javax.cache</groupId>
Expand Down

0 comments on commit ae96b30

Please sign in to comment.