GUACAMOLE-678: Use new URI property for existing configuration items.

This commit is contained in:
Virtually Nick
2019-03-24 15:53:53 -04:00
parent d761f55cf1
commit 704c7b6d81
9 changed files with 64 additions and 65 deletions

View File

@@ -261,6 +261,14 @@
<version>2.5</version>
<scope>provided</scope>
</dependency>
<!-- Jersey - JAX-RS Implementation -->
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>jsr311-api</artifactId>
<version>1.1.1</version>
<scope>provided</scope>
</dependency>
</dependencies>