GUACAMOLE-38: Brush up comments and removed some extra code.

This commit is contained in:
Nick Couchman
2018-03-24 20:37:19 -04:00
parent 8fa0cea793
commit 6c71f4ddb3
3 changed files with 12 additions and 10 deletions

View File

@@ -187,9 +187,10 @@
<!-- Jersey - JAX-RS Implementation -->
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-server</artifactId>
<version>1.17.1</version>
<groupId>javax.ws.rs</groupId>
<artifactId>jsr311-api</artifactId>
<version>1.1.1</version>
<scope>provided</scope>
</dependency>
<!-- Guice -->