summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2014-06-12 20:24:01 +0200
committerAndrew Branson <andrew.branson@cern.ch>2014-06-12 20:24:01 +0200
commit25b8c3c345d3dc41f19e874838250b18a33427b9 (patch)
tree80d6a81e2c14e6501f77461291908f4d502725d1
parent124c2107c342188b852dbd44970da65246309b40 (diff)
Add dependency to new cristal-ldap module
-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