<dependency>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-core</artifactId>
<version>2.0.2.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.ldap', module='spring-ldap-core', version='2.0.2.RELEASE')
)
<dependency org="org.springframework.ldap" name="spring-ldap-core" rev="2.0.2.RELEASE" />
compile
|-- org.springframework:spring-tx:3.2.8.RELEASE
|-- org.springframework.data:spring-data-commons:1.6.1.RELEASE
|-- org.springframework:spring-beans:3.2.8.RELEASE
|-- org.springframework:spring-core:3.2.8.RELEASE
test
|-- org.powermock:powermock-module-junit4:1.5.1
|-- org.springframework:spring-test:3.2.8.RELEASE
|-- org.powermock:powermock-module-junit4-common:1.5.1
|-- org.powermock:powermock-api-mockito:1.5.1
|-- org.slf4j:slf4j-log4j12:1.7.5
|-- org.mockito:mockito-core:1.9.5
|-- commons-lang:commons-lang:2.4
|-- junit:junit:4.10
|-- org.powermock:powermock-api-support:1.5.1