<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-web-demo</artifactId>
<version>4.1.1</version>
<type>war</type>
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='activemq-web-demo', version='4.1.1')
)
<parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> <version>4.1.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.0_spec
|-- org.apache.geronimo.specs:geronimo-j2ee-jacc_1.0_spec
|-- ${pom.groupId}:activemq-web
|-- ${pom.groupId}:activemq-core
|-- ${pom.groupId}:activeio-core
|-- org.apache.activemq:activemq-jaas
|-- org.springframework:spring
|-- org.apache.xbean:xbean-spring
|-- xmlpull:xmlpull
|-- xstream:xstream
test
|-- junit:junit