<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-ldap</artifactId>
<version>2.0.8.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-ldap', version='2.0.8.RELEASE')
)
<dependency org="org.springframework.data" name="spring-data-ldap" rev="2.0.8.RELEASE" />
<parent> <groupId>org.springframework.data.build</groupId> <artifactId>spring-data-parent</artifactId> <version>2.0.8.RELEASE</version> </parent>
compile
|-- org.springframework:spring-context
|-- org.springframework.ldap:spring-ldap-core:2.3.2.RELEASE
|-- org.springframework.data:spring-data-commons:2.0.8.RELEASE
|-- com.querydsl:querydsl-mongodb
provided