<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-core-client-osgi</artifactId>
<version>2.21.0</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='artemis-core-client-osgi', version='2.21.0')
)
<parent> <groupId>org.apache.activemq</groupId> <artifactId>artemis-pom</artifactId> <version>2.21.0</version> </parent>
compile
|-- org.apache.activemq:artemis-commons
|-- org.apache.activemq:artemis-core-client
|-- org.jboss.logging:jboss-logging
provided
|-- org.jboss.logmanager:jboss-logmanager
|-- org.wildfly.common:wildfly-common
|-- org.jboss.logging:jboss-logging-processor