<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-rar</artifactId>
<version>5.15.15</version>
<type>rar</type>
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='activemq-rar', version='5.15.15')
)
<parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> <version>5.15.15</version> </parent>
compile
|-- org.apache.activemq:activemq-spring
|-- org.apache.activemq:activemq-ra
|-- org.apache.xbean:xbean-spring
|-- org.springframework:spring-core
|-- org.springframework:spring-context
|-- org.apache.geronimo.specs:geronimo-j2ee-management_1.1_spec
|-- org.apache.commons:commons-pool2
|-- org.apache.activemq:activemq-amqp
|-- org.apache.activemq:activemq-mqtt
|-- log4j:log4j
runtime
test
|-- org.apache.activemq:activemq-all
|-- junit:junit