Issue #3165 - fix to javax-websocket-server module issues

Signed-off-by: lachan-roberts <lachlan@webtide.com>
This commit is contained in:
lachan-roberts 2019-02-20 15:15:12 +11:00
parent 4378f5d08e
commit 58c0808f19
1 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,8 @@
<configuration>
<argLine>
@{argLine} ${jetty.surefire.argLine}
--add-opens org.eclipse.jetty.websocket.javax.server/org.eclipse.jetty.websocket.javax.server.examples=org.eclipse.jetty.websocket.javax.common
--add-reads org.eclipse.jetty.websocket.javax.server=org.eclipse.jetty.security
--add-reads org.eclipse.jetty.websocket.javax.common=org.eclipse.jetty.websocket.javax.server
</argLine>
</configuration>