<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-jms-server</artifactId>
<version>2.6.3</version>
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='artemis-jms-server', version='2.6.3')
)
<parent> <groupId>org.apache.activemq</groupId> <artifactId>artemis-pom</artifactId> <version>2.6.3</version> </parent>
compile
|-- org.jboss.logging:jboss-logging
|-- org.apache.activemq:artemis-core-client
|-- org.apache.activemq:artemis-jms-client
|-- org.apache.activemq:artemis-server
|-- org.apache.activemq:artemis-journal
|-- org.apache.activemq:artemis-commons
|-- org.apache.activemq:artemis-service-extensions
|-- org.apache.geronimo.specs:geronimo-jms_2.0_spec
|-- org.apache.geronimo.specs:geronimo-jta_1.1_spec
|-- org.apache.geronimo.specs:geronimo-json_1.0_spec
provided