Skip to content

Commit

Permalink
Upgrade Hibernate and jaxb-runtime used by maven-jaxb2-plugin. For JD… (
Browse files Browse the repository at this point in the history
helidon-io#2862)

* Upgrade Hibernate and jaxb-runtime used by maven-jaxb2-plugin. For JDK 16 support
  • Loading branch information
barchetta authored and aseovic committed Apr 26, 2021
1 parent 7da6199 commit 435054d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
8 changes: 8 additions & 0 deletions applications/mp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,14 @@
<groupId>org.jvnet.jaxb2.maven2</groupId>
<artifactId>maven-jaxb2-plugin</artifactId>
<version>${version.plugin.jaxb2}</version>
<dependencies>
<!-- Force upgrade version. Needed to support Java 16 -->
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>${version.lib.jaxb-runtime}</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.hibernate.orm.tooling</groupId>
Expand Down
4 changes: 3 additions & 1 deletion dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<version.lib.guava>30.0-jre</version.lib.guava>
<version.lib.h2>1.4.199</version.lib.h2>
<version.lib.hamcrest>1.3</version.lib.hamcrest>
<version.lib.hibernate>5.4.25.Final</version.lib.hibernate>
<version.lib.hibernate>5.4.29.Final</version.lib.hibernate>
<version.lib.hikaricp>3.4.1</version.lib.hikaricp>
<version.lib.hystrix>1.5.18</version.lib.hystrix>
<version.lib.inject>1.0</version.lib.inject>
Expand All @@ -75,6 +75,8 @@
<version.lib.jboss.logging>3.2.1.Final</version.lib.jboss.logging>
<version.lib.jboss.transaction-api>1.0.0.Final</version.lib.jboss.transaction-api>
<version.lib.jboss.transaction-spi>7.6.0.Final</version.lib.jboss.transaction-spi>
<!-- Force upgrade version used by maven-jaxb2-plugin. Needed to support Java 16 -->
<version.lib.jaxb-runtime>2.3.3</version.lib.jaxb-runtime>
<version.lib.jedis>3.1.0</version.lib.jedis>
<version.lib.jersey>2.33</version.lib.jersey>
<version.lib.jms-api>2.0</version.lib.jms-api>
Expand Down
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,14 @@
<groupId>org.jvnet.jaxb2.maven2</groupId>
<artifactId>maven-jaxb2-plugin</artifactId>
<version>${version.plugin.jaxb}</version>
<dependencies>
<!-- Force upgrade version. Needed to support Java 16 -->
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>${version.lib.jaxb-runtime}</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down

0 comments on commit 435054d

Please sign in to comment.