<dependency>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-test</artifactId>
<version>2.3.6.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.ldap', module='spring-ldap-test', version='2.3.6.RELEASE')
)
<dependency org="org.springframework.ldap" name="spring-ldap-test" rev="2.3.6.RELEASE" />
compile
|-- com.google.code.typica:typica:1.3
|-- javax.activation:activation:1.1
|-- org.springframework.ldap:spring-ldap-core:2.3.6.RELEASE
|-- org.springframework.ldap:spring-ldap-ldif-core:2.3.6.RELEASE
|-- org.springframework:spring-beans:4.3.30.RELEASE
|-- org.springframework:spring-context:4.3.30.RELEASE
|-- org.springframework:spring-core:4.3.30.RELEASE
|-- org.springframework:spring-test:4.3.30.RELEASE
|-- org.apache.directory.server:apacheds-core:1.5.5
|-- org.apache.directory.server:apacheds-core-entry:1.5.5
|-- org.apache.directory.server:apacheds-protocol-ldap:1.5.5
|-- org.apache.directory.server:apacheds-protocol-shared:1.5.5
|-- org.apache.directory.server:apacheds-server-jndi:1.5.5
|-- org.apache.directory.shared:shared-ldap:0.9.15
provided
|-- junit:junit:4.12