<dependency>
<groupId>io.hyte.stompjms</groupId>
<artifactId>stompjms-activemq-test</artifactId>
<version>1.20</version>
</dependency>
@Grapes(
@Grab(group='io.hyte.stompjms', module='stompjms-activemq-test', version='1.20')
)
<parent> <groupId>io.hyte.stompjms</groupId> <artifactId>stompjms-project</artifactId> <version>1.20</version> </parent>
compile
|-- com.thoughtworks.xstream:xstream:1.4.4
test
|-- io.hyte.stompjms:stompjms-client
|-- org.apache.geronimo.specs:geronimo-jms_1.1_spec:1.1
|-- org.apache.activemq:apollo-selector
|-- org.apache.activemq:activemq-broker
|-- org.apache.activemq:activemq-stomp
|-- junit:junit