<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-web-demo</artifactId>
<version>5.16.6</version>
<type>war</type>
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='activemq-web-demo', version='5.16.6')
)
<parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> <version>5.16.6</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:activeio-core
|-- org.apache.activemq:activemq-jaas
|-- org.apache.xbean:xbean-spring
|-- xpp3:xpp3
|-- com.thoughtworks.xstream:xstream
test
|-- org.apache.activemq:activemq-unit-tests
|-- org.apache.activemq:activemq-broker
|-- org.eclipse.jetty:jetty-server
|-- junit:junit