<dependency>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-core</artifactId>
<version>2.0.4.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.ldap', module='spring-ldap-core', version='2.0.4.RELEASE')
)
<dependency org="org.springframework.ldap" name="spring-ldap-core" rev="2.0.4.RELEASE" />
compile
|-- org.slf4j:slf4j-api:1.7.12
|-- org.springframework:spring-beans:3.2.13.RELEASE
|-- org.springframework:spring-core:3.2.13.RELEASE
|-- org.springframework:spring-tx:3.2.13.RELEASE
|-- com.mysema.querydsl:querydsl-apt:3.6.3
|-- commons-pool:commons-pool:1.6
|-- org.springframework.data:spring-data-commons:1.11.0.RELEASE
|-- org.springframework:spring-context:3.2.13.RELEASE
|-- org.springframework:spring-jdbc:3.2.13.RELEASE
|-- org.springframework:spring-orm:3.2.13.RELEASE
provided
test
|-- commons-lang:commons-lang:2.6
|-- junit:junit:4.11
|-- org.mockito:mockito-core:1.10.19
|-- org.powermock:powermock-api-mockito:1.6.2
|-- org.powermock:powermock-api-support:1.6.2
|-- org.powermock:powermock-core:1.6.2
|-- org.powermock:powermock-module-junit4:1.6.2
|-- org.powermock:powermock-module-junit4-common:1.6.2
|-- org.powermock:powermock-reflect:1.6.2