Skip to content

Commit

Permalink
Issue #4722 - fix build, websocket util exporting jetty servlet with …
Browse files Browse the repository at this point in the history
…jpms

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
  • Loading branch information
lachlan-roberts committed Apr 19, 2020
1 parent 213e157 commit e189691
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
exports org.eclipse.jetty.websocket.util.server;

requires org.slf4j;
requires transitive org.eclipse.jetty.servlet;
requires org.eclipse.jetty.servlet;
requires transitive org.eclipse.jetty.websocket.core;
}

0 comments on commit e189691

Please sign in to comment.