<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-client</artifactId>
<version>5.11.1</version>
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='activemq-client', version='5.11.1')
)
<parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> <version>5.11.1</version> </parent>
compile
|-- org.apache.geronimo.specs:geronimo-jms_1.1_spec
|-- org.fusesource.hawtbuf:hawtbuf
|-- org.apache.geronimo.specs:geronimo-j2ee-management_1.1_spec
test
|-- junit:junit