mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-641: Remove Azure Key Vault extension until license text can be obtained.
This commit is contained in:
@@ -42,13 +42,6 @@
|
||||
|
||||
<dependencies>
|
||||
|
||||
<!-- Azure Key Vault Extension -->
|
||||
<dependency>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
<artifactId>guacamole-vault-azure</artifactId>
|
||||
<version>1.4.0</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Keeper Secrets Manager Extension -->
|
||||
<dependency>
|
||||
<groupId>org.apache.guacamole</groupId>
|
||||
|
@@ -33,14 +33,6 @@
|
||||
<!-- Include extension .jars -->
|
||||
<dependencySets>
|
||||
|
||||
<!-- Azure Key Vault extension .jar -->
|
||||
<dependencySet>
|
||||
<outputDirectory>azure</outputDirectory>
|
||||
<includes>
|
||||
<include>org.apache.guacamole:guacamole-vault-azure</include>
|
||||
</includes>
|
||||
</dependencySet>
|
||||
|
||||
<!-- Keeper Secrets Manager extension .jar -->
|
||||
<dependencySet>
|
||||
<outputDirectory>ksm</outputDirectory>
|
||||
|
Reference in New Issue
Block a user