<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-ldap</artifactId>
<version>3.2.9</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-ldap', version='3.2.9')
)
<parent> <groupId>org.springframework.data.build</groupId> <artifactId>spring-data-parent</artifactId> <version>3.2.9</version> </parent>
compile
|-- org.springframework:spring-context
|-- org.springframework:spring-tx
|-- org.springframework.ldap:spring-ldap-core:3.2.5
|-- org.springframework.data:spring-data-commons:3.2.9
|-- com.querydsl:querydsl-mongodb
|-- jakarta.enterprise:jakarta.enterprise.cdi-api
provided
test