<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-jms-client-osgi</artifactId>
<version>2.32.0</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='artemis-jms-client-osgi', version='2.32.0')
)
<parent> <groupId>org.apache.activemq</groupId> <artifactId>artemis-pom</artifactId> <version>2.32.0</version> </parent>
compile
|-- org.apache.activemq:artemis-commons
|-- org.apache.activemq:artemis-core-client
|-- org.apache.activemq:artemis-selector
|-- org.apache.activemq:artemis-jms-client
provided
test