<dependency>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-core</artifactId>
<version>1.3.1.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.ldap', module='spring-ldap-core', version='1.3.1.RELEASE')
)
<dependency org="org.springframework.ldap" name="spring-ldap-core" rev="1.3.1.RELEASE" />
<parent> <groupId>org.springframework.ldap</groupId> <artifactId>spring-ldap-parent</artifactId> <version>1.3.1.RELEASE</version> </parent>
compile
|-- commons-logging:commons-logging
|-- org.springframework:spring-core
|-- org.springframework:spring-beans
|-- org.springframework:spring-tx
provided
|-- org.springframework:spring-context
|-- org.springframework:spring-jdbc
|-- org.springframework:spring-orm
test
|-- junit:junit
|-- gsbase:gsbase