<dependency>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-test</artifactId>
<version>2.0.4.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.ldap', module='spring-ldap-test', version='2.0.4.RELEASE')
)
<dependency org="org.springframework.ldap" name="spring-ldap-test" rev="2.0.4.RELEASE" />
compile
|-- com.google.code.typica:typica:1.3
|-- javax.activation:activation:1.1
|-- 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
|-- org.springframework.ldap:spring-ldap-core:2.0.4.RELEASE
|-- org.springframework.ldap:spring-ldap-ldif-core:2.0.4.RELEASE
|-- org.springframework:spring-beans:3.2.13.RELEASE
|-- org.springframework:spring-context:3.2.13.RELEASE
|-- org.springframework:spring-core:3.2.13.RELEASE
|-- org.springframework:spring-test:3.2.13.RELEASE
provided
|-- junit:junit:4.11