<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-jms-client</artifactId>
<version>2.4.0</version>
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='artemis-jms-client', version='2.4.0')
)
<parent> <groupId>org.apache.activemq</groupId> <artifactId>artemis-pom</artifactId> <version>2.4.0</version> </parent>
compile
|-- org.apache.activemq:artemis-core-client
|-- org.apache.activemq:artemis-selector
|-- org.apache.geronimo.specs:geronimo-jms_2.0_spec
provided
|-- org.jboss.logging:jboss-logging-processor
test
|-- org.apache.activemq:artemis-core-client
|-- junit:junit