Skip to content

Commit

Permalink
PR #11883 - fix jetty-siwe pom.xml
Browse files Browse the repository at this point in the history
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
  • Loading branch information
lachlan-roberts committed Jun 19, 2024
1 parent 5db8534 commit 0904759
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions jetty-core/jetty-siwe/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@
<bundle-symbolic-name>${project.groupId}.siwe</bundle-symbolic-name>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>1.9.10</version>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>org.eclipse.jetty</groupId>
Expand Down

0 comments on commit 0904759

Please sign in to comment.