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 a05f3ae
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,9 @@

<dep.airlift.version>286-SNAPSHOT</dep.airlift.version>
<dep.bouncycastle.version>1.79</dep.bouncycastle.version>
<!-- TODO: remove when updated to new Airbase -->
<dep.launcher.version>300</dep.launcher.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 +184,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 a05f3ae

Please sign in to comment.