Skip to content

Commit

Permalink
Synched the versions with the main pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Oct 1, 2024
1 parent 73e1115 commit 90bf947
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions pom-java8.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,20 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<commons-cli.version>1.2</commons-cli.version>
<cxf.version>3.2.14</cxf.version>
<hamcrest.version>2.2</hamcrest.version>
<cxf.version>3.6.4</cxf.version>
<hamcrest.version>3.0</hamcrest.version>
<jersey.version>1.10</jersey.version>
<log4j.version>2.20.0</log4j.version>
<mysql.version>8.0.33</mysql.version>
<log4j.version>2.22.0</log4j.version>
<mysql.version>9.0.0</mysql.version>
<netbeans.hint.deploy.server>Tomcat</netbeans.hint.deploy.server>
<owlapi-api.version>3.4</owlapi-api.version>
<rdf4j.version>3.7.7</rdf4j.version>
<rdf4j.version>4.3.8</rdf4j.version>
<servlet.version>2.5</servlet.version>
<slf4j.version>1.6.4</slf4j.version>
<slf4j.version>2.0.9</slf4j.version>
<derby.version>10.4.2.0</derby.version>
<junit-platform-surefire-provider>1.3.2</junit-platform-surefire-provider>
<junit5.jupiter.version>5.10.0</junit5.jupiter.version>
<junit5.platform.launcher.version>1.11.0</junit5.platform.launcher.version>
<junit5.jupiter.version>5.11.0</junit5.jupiter.version>
<junit5.excludeGroups>mysql</junit5.excludeGroups>
<junit5.groups />
</properties>
Expand Down

0 comments on commit 90bf947

Please sign in to comment.