<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-journal</artifactId>
<version>2.9.0</version>
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='artemis-journal', version='2.9.0')
)
<parent> <groupId>org.apache.activemq</groupId> <artifactId>artemis-pom</artifactId> <version>2.9.0</version> </parent>
compile
|-- org.jboss.logging:jboss-logging
|-- org.apache.activemq:artemis-commons
|-- org.apache.activemq:activemq-artemis-native
provided
|-- org.jboss.logging:jboss-logging-processor
|-- org.jboss.logging:jboss-logging-annotations
test
|-- org.jboss.logmanager:jboss-logmanager
|-- junit:junit