<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-ldap</artifactId>
<version>2.4.0</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-ldap', version='2.4.0')
)
<parent> <groupId>org.springframework.data.build</groupId> <artifactId>spring-data-parent</artifactId> <version>2.4.0</version> </parent>
compile
|-- org.springframework:spring-context
|-- org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE
|-- org.springframework.data:spring-data-commons:2.4.0
|-- com.querydsl:querydsl-mongodb
provided
test
|-- org.apache.geronimo.specs:geronimo-jcdi_2.0_spec:1.0.1
|-- javax.interceptor:javax.interceptor-api:1.2.1