Skip to content

Commit

Permalink
Remove unnecessary workaround (#765)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored May 9, 2024
1 parent b6072d5 commit 5c2ef8c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,7 @@ THE SOFTWARE.
<groupId>org.eclipse.jetty.websocket</groupId>
<!-- or websocket-javax-server -->
<artifactId>websocket-jetty-server</artifactId>
<!-- until Jetty release including https://github.com/eclipse/jetty.project/pull/8199 -->
<exclusions>
<exclusion>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-annotations</artifactId>
</exclusion>
<!-- Provided by Jenkins core -->
<exclusion>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 5c2ef8c

Please sign in to comment.