GUAC-442: Add JSR 356 implementation of WebSocket tunnel.

This commit is contained in:
Michael Jumper
2014-10-09 18:22:14 -07:00
parent ce7cc71544
commit 7927ffa9b0
2 changed files with 226 additions and 0 deletions

View File

@@ -98,6 +98,14 @@
<scope>provided</scope>
</dependency>
<!-- JSR 356 WebSocket API -->
<dependency>
<groupId>javax.websocket</groupId>
<artifactId>javax.websocket-api</artifactId>
<version>1.0</version>
<scope>provided</scope>
</dependency>
<!-- SLF4J - logging -->
<dependency>
<groupId>org.slf4j</groupId>