<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-web-demo</artifactId>
<version>6.1.4</version>
<type>war</type>
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='activemq-web-demo', version='6.1.4')
)
<parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> <version>6.1.4</version> </parent>
compile
|-- jakarta.jms:jakarta.jms-api
|-- jakarta.transaction:jakarta.transaction-api
|-- org.apache.geronimo.specs:geronimo-jacc_1.1_spec
|-- org.apache.activemq:activemq-web
|-- 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.apache.logging.log4j:log4j-slf4j2-impl
|-- org.eclipse.jetty:jetty-server
|-- org.eclipse.jetty:jetty-client
|-- junit:junit