Explorar el Código

SEC-449: Add spring-ldap dependency to pom.xml.

Luke Taylor hace 18 años
padre
commit
a499e74102
Se han modificado 1 ficheros con 8 adiciones y 1 borrados
  1. 8 1
      core/pom.xml

+ 8 - 1
core/pom.xml

@@ -34,7 +34,14 @@
 			<artifactId>spring-mock</artifactId>
 			<optional>true</optional>
 		</dependency>
-		<dependency>
+        <dependency>
+            <!-- TODO: Upgrade to 1.2 before 2.0 release -->
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-ldap</artifactId>
+            <version>1.1.2</version>
+            <optional>true</optional>
+        </dependency>        
+        <dependency>
 			<groupId>net.sf.ehcache</groupId>
 			<artifactId>ehcache</artifactId>
 			<version>1.2.4</version>