GUACAMOLE-839: Include SSL/TLS auth support within SSO dist archive.

This commit is contained in:
Michael Jumper
2023-03-05 21:36:54 -08:00
parent 0b5b82cc48
commit b9958fa331
2 changed files with 16 additions and 0 deletions

View File

@@ -59,6 +59,13 @@
<version>1.5.0</version>
</dependency>
<!-- SSL Authentication Extension -->
<dependency>
<groupId>org.apache.guacamole</groupId>
<artifactId>guacamole-auth-sso-ssl</artifactId>
<version>1.5.0</version>
</dependency>
</dependencies>
<build>