Skip to content

Commit

Permalink
Use new airlift launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo committed Nov 27, 2024
1 parent 0a3e8b0 commit b78b42b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions airbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@
<dep.jsr305.version>3.0.2</dep.jsr305.version>
<dep.junit.version>5.11.3</dep.junit.version>
<dep.kotlin.version>2.0.21</dep.kotlin.version>
<dep.launcher.version>300</dep.launcher.version>
<dep.logback.version>1.5.12</dep.logback.version>
<dep.opentelemetry-instrumentation.version>2.10.0</dep.opentelemetry-instrumentation.version>
<dep.opentelemetry-instrumentation-alpha.version>2.10.0-alpha</dep.opentelemetry-instrumentation-alpha.version>
Expand Down Expand Up @@ -1745,7 +1746,7 @@
<dependency>
<groupId>io.airlift</groupId>
<artifactId>launcher</artifactId>
<version>${dep.packaging.version}</version>
<version>${dep.launcher.version}</version>
<classifier>bin</classifier>
<type>tar.gz</type>
<scope>runtime</scope>
Expand All @@ -1754,7 +1755,7 @@
<dependency>
<groupId>io.airlift</groupId>
<artifactId>launcher</artifactId>
<version>${dep.packaging.version}</version>
<version>${dep.launcher.version}</version>
<classifier>properties</classifier>
<type>tar.gz</type>
<scope>runtime</scope>
Expand Down

0 comments on commit b78b42b

Please sign in to comment.