PR #11883 - fix build issue with poms

Signed-off-by: Lachlan Roberts <lachlan.p.roberts@gmail.com>
This commit is contained in:
Lachlan Roberts 2024-08-21 14:25:02 +10:00
parent a525b70c62
commit 063e3fc976
No known key found for this signature in database
GPG Key ID: 5663FB7A8FF7E348
1 changed files with 4 additions and 4 deletions

View File

@ -58,6 +58,10 @@
<groupId>org.eclipse.jetty</groupId> <groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-siwe</artifactId> <artifactId>jetty-siwe</artifactId>
</dependency> </dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-slf4j-impl</artifactId>
</dependency>
<dependency> <dependency>
<groupId>org.eclipse.jetty</groupId> <groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-unixdomain-server</artifactId> <artifactId>jetty-unixdomain-server</artifactId>
@ -117,10 +121,6 @@
<groupId>org.eclipse.jetty.websocket</groupId> <groupId>org.eclipse.jetty.websocket</groupId>
<artifactId>jetty-websocket-jetty-server</artifactId> <artifactId>jetty-websocket-jetty-server</artifactId>
</dependency> </dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-slf4j-impl</artifactId>
</dependency>
</dependencies> </dependencies>
<build> <build>