Skip to content

Commit 68c79a7

Browse files
committed
pom.xml: exclude jetty-xml artifact.
No functional changes.
1 parent 06a7478 commit 68c79a7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@
7777
<groupId>org.eclipse.jetty.websocket</groupId>
7878
<artifactId>javax-websocket-server-impl</artifactId>
7979
</exclusion>
80+
<exclusion>
81+
<groupId>org.eclipse.jetty</groupId>
82+
<artifactId>jetty-xml</artifactId>
83+
</exclusion>
8084
</exclusions>
8185
</dependency>
8286

0 commit comments

Comments
 (0)