Skip to content

Commit

Permalink
Jetty 11: Repair websocket IT
Browse files Browse the repository at this point in the history
  • Loading branch information
f4lco committed Nov 13, 2020
1 parent 9d4bc4b commit 48f243e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/gretty-runner-jetty11/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ dependencies {
compile "org.eclipse.jetty:apache-jsp:$jetty11_version"
compile "org.eclipse.jetty:jetty-annotations:$jetty11_version"
compile "org.eclipse.jetty:jetty-plus:$jetty11_version"
compile "org.eclipse.jetty.websocket:websocket-jakarta-server:$jetty11_version"
compile "org.eclipse.jetty.websocket:websocket-jetty-server:$jetty11_version"
compile "org.ow2.asm:asm:$asm_version"
compile "org.ow2.asm:asm-commons:$asm_version"
Expand Down

0 comments on commit 48f243e

Please sign in to comment.