GUAC-878: Add support for Jetty 9.0.3 WebSocket.

This commit is contained in:
Michael Jumper
2014-10-10 15:12:49 -07:00
parent b6f45c585f
commit e26a4c3b7d
9 changed files with 441 additions and 197 deletions

View File

@@ -150,6 +150,14 @@
<scope>provided</scope>
</dependency>
<!-- Jetty 9.0 servlet API (websocket) -->
<dependency>
<groupId>org.eclipse.jetty.websocket</groupId>
<artifactId>websocket-servlet</artifactId>
<version>9.0.3.v20130506</version>
<scope>provided</scope>
</dependency>
<!-- Tomcat servlet API (websocket) -->
<dependency>
<groupId>org.apache.tomcat</groupId>