GUACAMOLE-38: Implement extension-specific REST endpoint and utilities for parsing connection.

This commit is contained in:
Nick Couchman
2017-10-11 15:55:14 -04:00
parent 498400ef0d
commit c0a6bacad5
5 changed files with 353 additions and 2 deletions

View File

@@ -185,6 +185,13 @@
<scope>provided</scope>
</dependency>
<!-- Jersey - JAX-RS Implementation -->
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-server</artifactId>
<version>1.17.1</version>
</dependency>
<!-- Guice -->
<dependency>
<groupId>com.google.inject</groupId>