<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-spring-ldap</artifactId>
<version>3.7.2</version>
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-spring-ldap', version='3.7.2')
)
<parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> <version>3.7.2</version> </parent>
compile
|-- org.apache.camel:camel-support:3.7.2
|-- org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE
|-- org.springframework.ldap:spring-ldap-odm:2.3.3.RELEASE
|-- org.springframework.ldap:spring-ldap-ldif-core:2.3.3.RELEASE
|-- org.springframework.ldap:spring-ldap-ldif-batch:2.3.3.RELEASE