1
0
mirror of https://github.com/sismics/docs.git synced 2026-02-07 04:41:48 +00:00

use org.apache.directory.api for LDAP instead of apacheds

This commit is contained in:
bgamard
2020-08-29 19:10:14 +02:00
parent 113ec78c67
commit 3ad0554a7d
3 changed files with 8 additions and 14 deletions

View File

@@ -133,14 +133,8 @@
</dependency>
<dependency>
<groupId>org.apache.directory.server</groupId>
<artifactId>apacheds-core</artifactId>
<exclusions>
<exclusion>
<groupId>bouncycastle</groupId>
<artifactId>bcprov-jdk15</artifactId>
</exclusion>
</exclusions>
<groupId>org.apache.directory.api</groupId>
<artifactId>api-all</artifactId>
</dependency>
<!-- Only there to read old index and rebuild them -->