Skip to content

Commit

Permalink
Simplify dependency management
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlschuetter committed Mar 10, 2024
1 parent 5b778ca commit f1299a1
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,15 +110,6 @@
<jetty.version>12.0.7</jetty.version>
<slf4j.version>2.0.12</slf4j.version>
<graal.plugin.version>0.10.1</graal.plugin.version>

<!-- Current versions of select kohlschutter projects -->
<!-- Override these properties in your project as necessary -->
<junixsocket.version>2.9.1-SNAPSHOT</junixsocket.version>
<dumbo.version>1.1.0-SNAPSHOT</dumbo.version>
<jacline.version>1.0.2-SNAPSHOT</jacline.version>
<efesnitch.version>1.0.1-SNAPSHOT</efesnitch.version>
<stringhold.version>1.0.3-SNAPSHOT</stringhold.version>
<liqp.version>0.8.5.4.1-SNAPSHOT</liqp.version>
</properties>
<profiles>
<profile>
Expand Down Expand Up @@ -1735,11 +1726,6 @@
<artifactId>exec-maven-plugin</artifactId>
<version>3.2.0</version>
</plugin>
<plugin>
<groupId>com.kohlschutter.jacline</groupId>
<artifactId>jacline-maven-plugin</artifactId>
<version>${jacline.version}</version>
</plugin>
<plugin>
<groupId>org.graalvm.buildtools</groupId>
<artifactId>native-maven-plugin</artifactId>
Expand Down

0 comments on commit f1299a1

Please sign in to comment.