Skip to content

Commit

Permalink
Fix Jetty bom import
Browse files Browse the repository at this point in the history
  • Loading branch information
losipiuk authored and wendigo committed Sep 24, 2024
1 parent c9e3797 commit fa245db
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions airbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,22 @@
<scope>import</scope>
</dependency>

<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-bom</artifactId>
<version>${dep.jetty.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>

<dependency>
<groupId>org.eclipse.jetty.ee10</groupId>
<artifactId>jetty-ee10-bom</artifactId>
<version>${dep.jetty.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>

<!-- Kotlin -->
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
Expand Down Expand Up @@ -462,13 +478,6 @@
<version>${dep.byte-buddy.version}</version>
</dependency>

<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-bom</artifactId>
<version>${dep.jetty.version}</version>
<type>pom</type>
</dependency>

<!-- Modernizer -->
<dependency>
<groupId>org.gaul</groupId>
Expand Down

0 comments on commit fa245db

Please sign in to comment.