GUACAMOLE-641: Include KSM extension in vault distribution.

This commit is contained in:
Michael Jumper
2022-01-21 15:23:41 -08:00
parent 62863f8a0b
commit aee1b13b2b
2 changed files with 15 additions and 0 deletions

View File

@@ -49,6 +49,13 @@
<version>1.4.0</version>
</dependency>
<!-- Keeper Secrets Manager Extension -->
<dependency>
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-vault-ksm</artifactId>
<version>1.4.0</version>
</dependency>
</dependencies>
<build>