<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-console</artifactId>
<version>4.1.2</version>
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='activemq-console', version='4.1.2')
)
<parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> <version>4.1.2</version> </parent>
compile
|-- ${pom.groupId}:activemq-core
|-- ${pom.groupId}:activemq-core
|-- ${pom.groupId}:activeio-core
|-- org.apache.geronimo.specs:geronimo-jms_1.1_spec
|-- org.springframework:spring
|-- mx4j:mx4j
|-- mx4j:mx4j-jmx
|-- mx4j:mx4j-remote
|-- mx4j:mx4j-tools
|-- mx4j:mx4j-impl
|-- org.apache.xbean:xbean-spring
test
|-- junit:junit