GUAC-830: Add ConfigurableGuacamoleTunnelService.

This commit is contained in:
James Muehlner
2015-08-20 17:57:19 -07:00
committed by Michael Jumper
parent 2a88856787
commit 3b94f5d4b3
2 changed files with 284 additions and 1 deletions

View File

@@ -90,7 +90,14 @@
<artifactId>guice-multibindings</artifactId>
<version>3.0</version>
</dependency>
<!-- Guava - Utility Library -->
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>18.0</version>
</dependency>
</dependencies>
</project>