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