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