GUAC-878: Generalize loading of WebSocket classes in WebSocketSupportLoader. Note that Jetty support is specific to Jetty 8. Update documentation.

This commit is contained in:
Michael Jumper
2014-10-10 13:53:30 -07:00
parent d3e625d0a3
commit b6f45c585f
5 changed files with 267 additions and 29 deletions

View File

@@ -142,7 +142,7 @@
<scope>runtime</scope>
</dependency>
<!-- Jetty servlet API (websocket) -->
<!-- Jetty 8 servlet API (websocket) -->
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-websocket</artifactId>