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