<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-ldap</artifactId>
<version>3.2.3.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.security" % "spring-security-ldap" % "3.2.3.RELEASE"
@Grapes(
@Grab(group='org.springframework.security', module='spring-security-ldap', version='3.2.3.RELEASE')
)
<dependency org="org.springframework.security" name="spring-security-ldap" rev="3.2.3.RELEASE" />
compile
|-- org.springframework.ldap:spring-ldap-core:1.3.2.RELEASE
|-- org.springframework.security:spring-security-core:3.2.3.RELEASE
|-- org.springframework:spring-beans:3.2.8.RELEASE
|-- org.springframework:spring-context:3.2.8.RELEASE
|-- org.springframework:spring-core:3.2.8.RELEASE
|-- org.springframework:spring-tx:3.2.8.RELEASE
|-- commons-logging:commons-logging:1.1.1
|-- org.apache.directory.server:apacheds-core:1.5.5
|-- org.apache.directory.server:apacheds-core-entry:1.5.5
|-- org.apache.directory.server:apacheds-protocol-ldap:1.5.5
|-- org.apache.directory.server:apacheds-protocol-shared:1.5.5
|-- org.apache.directory.server:apacheds-server-jndi:1.5.5
|-- org.apache.directory.shared:shared-ldap:0.9.15
test
|-- ch.qos.logback:logback-classic:0.9.29
|-- junit:junit:4.10
|-- org.easytesting:fest-assert:1.4
|-- org.mockito:mockito-core:1.9.5