<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-jdbc-store</artifactId>
<version>6.1.4</version>
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='activemq-jdbc-store', version='6.1.4')
)
<parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> <version>6.1.4</version> </parent>
compile
|-- org.apache.activemq:activemq-broker
|-- org.apache.derby:derbytools
test
|-- junit:junit
|-- org.apache.activemq:activemq-broker