<dependency>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-test</artifactId>
<version>3.2.7</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.ldap', module='spring-ldap-test', version='3.2.7')
)
compile
|-- org.springframework.ldap:spring-ldap-core:3.2.7
|-- org.springframework.ldap:spring-ldap-ldif-core:3.2.7
|-- org.springframework:spring-core:6.1.13
|-- org.springframework:spring-beans:6.1.13
|-- org.springframework:spring-context:6.1.13
|-- org.springframework:spring-test:6.1.13
runtime