Skip to content

Commit

Permalink
Use new launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo committed Nov 27, 2024
1 parent 0ebe960 commit d83606b
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.airlift</groupId>
<artifactId>airbase</artifactId>
<version>200</version>
<version>201</version>
</parent>

<artifactId>airlift</artifactId>
Expand Down Expand Up @@ -92,7 +92,6 @@
<dep.airlift.version>286-SNAPSHOT</dep.airlift.version>
<dep.bouncycastle.version>1.79</dep.bouncycastle.version>
<dep.modernizer.version>2.7.0</dep.modernizer.version>
<dep.packaging.version>${dep.airlift.version}</dep.packaging.version>
<dep.jersey.version>3.1.9</dep.jersey.version>
<dep.jjwt.version>0.12.6</dep.jjwt.version>
<dep.jackson.version>2.17.2</dep.jackson.version>
Expand Down Expand Up @@ -183,11 +182,19 @@
<dependency>
<groupId>io.airlift</groupId>
<artifactId>launcher</artifactId>
<version>${dep.airlift.version}</version>
<version>${dep.launcher.version}</version>
<classifier>bin</classifier>
<type>tar.gz</type>
</dependency>

<dependency>
<groupId>io.airlift</groupId>
<artifactId>launcher</artifactId>
<version>${dep.launcher.version}</version>
<classifier>properties</classifier>
<type>tar.gz</type>
</dependency>

<dependency>
<groupId>io.airlift</groupId>
<artifactId>log</artifactId>
Expand Down

0 comments on commit d83606b

Please sign in to comment.