<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-stomp</artifactId>
<version>5.16.5</version>
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='activemq-stomp', version='5.16.5')
)
<parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> <version>5.16.5</version> </parent>
compile
|-- org.apache.activemq:activemq-broker
|-- com.thoughtworks.xstream:xstream
|-- org.codehaus.jettison:jettison
test
|-- org.apache.activemq:activemq-kahadb-store
|-- org.apache.activemq:activemq-broker
|-- org.apache.activemq:activemq-jaas
|-- org.springframework:spring-context
|-- junit:junit