<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-ra</artifactId>
<version>6.1.4</version>
</dependency>
<parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> <version>6.1.4</version> </parent>
compile
|-- org.apache.activemq:activemq-broker
|-- org.apache.activemq:activemq-kahadb-store
|-- jakarta.resource:jakarta.resource-api
test
|-- org.apache.activemq:activemq-broker
|-- junit:junit