<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-server-osgi</artifactId>
<version>2.23.1</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='artemis-server-osgi', version='2.23.1')
)
<parent> <groupId>org.apache.activemq</groupId> <artifactId>artemis-pom</artifactId> <version>2.23.1</version> </parent>
compile
|-- org.apache.activemq:artemis-commons
|-- org.apache.activemq:artemis-core-client
|-- org.apache.activemq:artemis-server
|-- org.apache.activemq:artemis-jms-client
|-- org.apache.activemq:artemis-jms-server
|-- org.apache.activemq:artemis-jdbc-store
|-- org.apache.activemq:artemis-journal
|-- org.apache.activemq:artemis-selector
|-- org.apache.activemq:artemis-service-extensions
|-- org.jboss.logging:jboss-logging
provided
|-- org.jboss.logmanager:jboss-logmanager
|-- org.wildfly.common:wildfly-common
|-- org.jboss.logging:jboss-logging-processor
|-- org.jboss.logging:jboss-logging-annotations
|-- xalan:xalan
test
|-- junit:junit