Skip to content

Commit

Permalink
Using Paxtools 6.0.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorRodchenkov committed Jun 21, 2024
1 parent 0f4613e commit 9c4dae6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions biopax-validator-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
<exclusion>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
<spring-framework.version>6.1.5</spring-framework.version>
<slf4j.version>2.0.11</slf4j.version>
<agent>${settings.localRepository}/org/springframework/spring-instrument/${spring-framework.version}/spring-instrument-${spring-framework.version}.jar</agent>
<paxtools.version>6.0.0</paxtools.version>
<paxtools.version>6.0.1-SNAPSHOT</paxtools.version>
<license.licenseName>MIT</license.licenseName>
<jvm.options>-Xmx3g -Dfile.encoding=UTF-8 -ea --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED</jvm.options>
</properties>
Expand Down

0 comments on commit 9c4dae6

Please sign in to comment.