<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-jms-server</artifactId>
<version>2.4.0</version>
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='artemis-jms-server', 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-jms-client
|-- org.apache.activemq:artemis-server
|-- org.apache.activemq:artemis-service-extensions
|-- org.apache.geronimo.specs:geronimo-jms_2.0_spec
|-- org.apache.geronimo.specs:geronimo-ejb_3.0_spec
|-- org.apache.geronimo.specs:geronimo-jta_1.1_spec:1.1.1
|-- org.apache.geronimo.specs:geronimo-json_1.0_spec
|-- org.apache.johnzon:johnzon-core
provided