<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-web-console</artifactId>
<version>5.10.1</version>
<type>war</type>
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='activemq-web-console', version='5.10.1')
)
<parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> <version>5.10.1</version> </parent>
compile
|-- org.apache.geronimo.specs:geronimo-jms_1.1_spec
|-- org.apache.geronimo.specs:geronimo-jta_1.0.1B_spec
|-- org.apache.geronimo.specs:geronimo-j2ee-management_1.1_spec
|-- org.apache.geronimo.specs:geronimo-jacc_1.1_spec
|-- org.apache.activemq:activemq-web
|-- org.apache.activemq:activemq-stomp
|-- org.apache.activemq:activemq-spring
|-- org.apache.activemq:activemq-console
|-- org.apache.activemq:activemq-jaas
|-- org.apache.xbean:xbean-spring
|-- log4j:log4j
|-- taglibs:standard
provided
|-- org.apache.geronimo.specs:geronimo-servlet_2.5_spec
|-- org.osgi:org.osgi.compendium:4.3.1
test
|-- org.eclipse.jetty.aggregate:jetty-all-server
|-- org.eclipse.jdt:core:3.1.1
|-- junit:junit