summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 75a7c7e..36faa96 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,6 +115,11 @@
<artifactId>cristal-xmldb</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>cristal</groupId>
+ <artifactId>cristal-ldap</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ </dependency>
</dependencies>
</dependencyManagement>
<dependencies>
@@ -130,5 +135,9 @@
<groupId>cristal</groupId>
<artifactId>cristal-xmldb</artifactId>
</dependency>
+ <dependency>
+ <groupId>cristal</groupId>
+ <artifactId>cristal-ldap</artifactId>
+ </dependency>
</dependencies>
</project> \ No newline at end of file