<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-console</artifactId>
<version>5.4.3</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='activemq-console', version='5.4.3')
)
<parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> <version>5.4.3</version> </parent>
compile
|-- org.apache.activemq:activemq-core
|-- org.apache.activemq:activemq-core
|-- org.apache.activemq:activeio-core
|-- org.apache.geronimo.specs:geronimo-jms_1.1_spec
|-- org.apache.xbean:xbean-spring
|-- org.apache.velocity:velocity
|-- commons-collections:commons-collections
|-- net.sf.josql:gentlyweb-utils
test
|-- junit:junit