<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-web-console</artifactId>
<version>5.17.2</version>
<type>war</type>
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='activemq-web-console', version='5.17.2')
)
<parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> <version>5.17.2</version> </parent>
compile
|-- org.apache.geronimo.specs:geronimo-jms_1.1_spec
|-- org.apache.geronimo.specs:geronimo-jta_1.1_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
|-- org.apache.logging.log4j:log4j-slf4j-impl
|-- org.apache.logging.log4j:log4j-core
|-- org.apache.geronimo.specs:geronimo-annotation_1.3_spec
provided
|-- org.apache.tomcat:tomcat-servlet-api
|-- org.apache.tomcat:tomcat-websocket-api
|-- org.eclipse.jetty:apache-jstl
|-- org.apache.taglibs:taglibs-standard-spec
|-- org.apache.taglibs:taglibs-standard-impl
|-- org.eclipse.jetty:apache-jsp
|-- org.ow2.asm:asm
test
|-- org.eclipse.jetty:jetty-server
|-- junit:junit