<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-zookeeper-master</artifactId>
<version>3.0.0-M1</version>
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-zookeeper-master', version='3.0.0-M1')
)
<parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> <version>3.0.0-M1</version> </parent>
compile
|-- org.apache.camel:camel-support
|-- org.apache.zookeeper:zookeeper
|-- io.netty:netty
|-- org.apache.curator:curator-framework
|-- org.apache.curator:curator-recipes
|-- com.fasterxml.jackson.core:jackson-core
|-- com.fasterxml.jackson.core:jackson-databind
|-- com.fasterxml.jackson.core:jackson-annotations
provided
test
|-- org.apache.camel:camel-quartz2
|-- org.apache.camel:camel-ftp
|-- org.apache.camel:camel-test-spring
|-- org.apache.logging.log4j:log4j-api