<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-camel</artifactId>
<version>5.4.2</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='activemq-camel', version='5.4.2')
)
<parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> <version>5.4.2</version> </parent>
compile
|-- commons-logging:commons-logging-api
|-- org.apache.camel:camel-jms
|-- org.apache.activemq:activemq-core
|-- org.apache.activemq:activemq-pool
|-- org.apache.geronimo.specs:geronimo-annotation_1.0_spec
test
|-- org.apache.activemq:activemq-core
|-- org.apache.camel:camel-core
|-- org.apache.camel:camel-spring
|-- org.springframework:spring-test
|-- junit:junit