<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-broker</artifactId>
<version>5.11.1</version>
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='activemq-broker', version='5.11.1')
)
<parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> <version>5.11.1</version> </parent>
compile
|-- org.apache.activemq:activemq-client
|-- org.apache.activemq:activemq-openwire-legacy
|-- org.apache.activemq:activemq-jaas
|-- xalan:xalan
provided
test
|-- junit:junit