<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-console</artifactId>
<version>5.0.0</version>
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='activemq-console', version='5.0.0')
)
<parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> <version>5.0.0</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
|-- org.apache.xbean:xbean-spring
test
|-- junit:junit