Skip to content

Commit

Permalink
Merge pull request #358 from dmlloyd/t17
Browse files Browse the repository at this point in the history
Update dependencies to support build and test on JDK 17
  • Loading branch information
jamezp authored Apr 21, 2022
2 parents 6faa00f + 4477207 commit 9b2ec1e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 1 deletion.
Empty file added core/build-test-java11
Empty file.
Empty file added core/build-test-java17
Empty file.
Empty file added ext/build-test-java11
Empty file.
Empty file added ext/build-test-java17
Empty file.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<!-- Dependency versions -->
<version.io.smallrye.common.smallrye-common>1.11.0</version.io.smallrye.common.smallrye-common>
<version.jakarta.json.jakarta-json-api>1.1.6</version.jakarta.json.jakarta-json-api>
<version.org.byteman>4.0.17</version.org.byteman>
<version.org.byteman>4.0.18</version.org.byteman>
<version.org.glassfish.jakarta.json>1.1.6</version.org.glassfish.jakarta.json>
<version.org.jboss.logging.jboss-logging>3.4.0.Final</version.org.jboss.logging.jboss-logging>
<version.org.jboss.modules.jboss-modules>1.10.1.Final</version.org.jboss.modules.jboss-modules>
Expand Down Expand Up @@ -190,6 +190,12 @@
<javadocExecutable>${java.home}${file.separator}bin</javadocExecutable>
</configuration>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<release>11</release>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 9b2ec1e

Please sign in to comment.