GUACAMOLE-1025: Allow QuickConnect module to configure allowed and/or denied parameters.

This commit is contained in:
Virtually Nick
2020-04-14 18:52:09 -04:00
parent 754e9649f1
commit f04517ca5e
11 changed files with 669 additions and 166 deletions

View File

@@ -191,6 +191,18 @@
<version>1.3.0</version>
<scope>provided</scope>
</dependency>
<!-- Guice -->
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<version>3.0</version>
</dependency>
<dependency>
<groupId>com.google.inject.extensions</groupId>
<artifactId>guice-multibindings</artifactId>
<version>3.0</version>
</dependency>
<!-- Jersey - JAX-RS Implementation -->
<dependency>