Skip to content

Commit

Permalink
Remove unnecessary workaround (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed May 9, 2024
1 parent d7eb216 commit 2a0edb6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pom.xml
Expand Up @@ -127,13 +127,6 @@
<groupId>org.eclipse.jetty.websocket</groupId>
<artifactId>websocket-jetty-server</artifactId>
<!-- or websocket-javax-server -->
<!-- until Jetty release including https://github.com/eclipse/jetty.project/pull/8199 -->
<exclusions>
<exclusion>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-annotations</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 2a0edb6

Please sign in to comment.