<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-kahadb-store</artifactId>
<version>5.18.6</version>
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='activemq-kahadb-store', version='5.18.6')
)
<parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> <version>5.18.6</version> </parent>
compile
|-- org.apache.activemq:activemq-broker
|-- org.apache.activemq:activeio-core
|-- org.apache.activemq.protobuf:activemq-protobuf
|-- org.apache.activemq:activemq-jaas
|-- org.apache.geronimo.specs:geronimo-jta_1.1_spec
|-- org.apache.geronimo.specs:geronimo-annotation_1.3_spec
|-- org.apache.geronimo.specs:geronimo-jacc_1.1_spec
|-- com.thoughtworks.xstream:xstream
|-- org.codehaus.jettison:jettison
|-- org.apache.xbean:xbean-spring
|-- org.springframework:spring-context
provided
test
|-- org.apache.activemq:activemq-broker
|-- junit:junit
|-- org.apache.logging.log4j:log4j-core