diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2014-06-12 20:24:01 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2014-06-12 20:24:01 +0200 |
| commit | 25b8c3c345d3dc41f19e874838250b18a33427b9 (patch) | |
| tree | 80d6a81e2c14e6501f77461291908f4d502725d1 | |
| parent | 124c2107c342188b852dbd44970da65246309b40 (diff) | |
Add dependency to new cristal-ldap module
| -rw-r--r-- | pom.xml | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |
