mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-234: Convert LDAP extension to use Apache Directory LDAP API.
This commit is contained in:
committed by
Virtually Nick
parent
02dadfac97
commit
2f1fac51af
@@ -141,11 +141,11 @@
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- JLDAP -->
|
||||
<!-- Apache Directory LDAP API -->
|
||||
<dependency>
|
||||
<groupId>com.novell.ldap</groupId>
|
||||
<artifactId>jldap</artifactId>
|
||||
<version>4.3</version>
|
||||
<groupId>org.apache.directory.api</groupId>
|
||||
<artifactId>api-all</artifactId>
|
||||
<version>2.0.0.AM2</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Guice -->
|
||||
|
Reference in New Issue
Block a user