<dependency>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-core</artifactId>
<version>2.3.8.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.ldap', module='spring-ldap-core', version='2.3.8.RELEASE')
)
<dependency org="org.springframework.ldap" name="spring-ldap-core" rev="2.3.8.RELEASE" />
compile
|-- org.slf4j:slf4j-api:1.7.32
|-- org.springframework:spring-beans:4.3.30.RELEASE
|-- org.springframework:spring-core:4.3.30.RELEASE
|-- org.springframework:spring-tx:4.3.30.RELEASE
|-- com.querydsl:querydsl-apt:4.0.9
|-- com.querydsl:querydsl-core:4.0.9
|-- commons-pool:commons-pool:1.6
|-- org.apache.commons:commons-pool2:2.4.2
|-- org.springframework.data:spring-data-commons:1.13.23.RELEASE
|-- org.springframework:spring-context:4.3.30.RELEASE
|-- org.springframework:spring-jdbc:4.3.30.RELEASE
|-- org.springframework:spring-orm:4.3.30.RELEASE
provided
test
|-- commons-lang:commons-lang:2.6
|-- junit:junit:4.12
|-- org.assertj:assertj-core:2.3.0
|-- org.mockito:mockito-core:1.10.19
|-- org.powermock:powermock-api-mockito:1.6.6
|-- org.powermock:powermock-api-support:1.6.6
|-- org.powermock:powermock-core:1.6.6
|-- org.powermock:powermock-module-junit4:1.6.6
|-- org.powermock:powermock-module-junit4-common:1.6.6
|-- org.powermock:powermock-reflect:1.6.6