GUACAMOLE-641: Read token/secret mapping from YAML instead of JSON.

This commit is contained in:
Michael Jumper
2022-01-21 15:23:41 -08:00
parent b57578ad8e
commit 5aba0cd09d
3 changed files with 18 additions and 13 deletions

View File

@@ -49,11 +49,15 @@
<scope>provided</scope>
</dependency>
<!-- Jackson for JSON support -->
<!-- Jackson for YAML support -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
</dependency>
<!-- Guice -->
<dependency>