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

This commit is contained in:
Luke Taylor 2007-07-24 17:23:47 +00:00
parent b646a06443
commit a499e74102
1 changed files with 8 additions and 1 deletions

View File

@ -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>