<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-karaf</artifactId>
<version>5.18.6</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='activemq-karaf', version='5.18.6')
)
<parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> <version>5.18.6</version> </parent>
compile
|-- org.apache.geronimo.specs:geronimo-jms_2.0_spec:1.0-alpha-2
|-- org.ops4j.pax.logging:pax-logging-api
|-- org.ops4j.pax.logging:pax-logging-log4j2
|-- org.apache.aries.blueprint:org.apache.aries.blueprint.core:1.10.2
|-- org.apache.felix:org.apache.felix.framework:5.6.12
|-- org.apache.felix:org.apache.felix.bundlerepository:2.0.10
|-- org.apache.karaf.shell:org.apache.karaf.shell.console
|-- org.apache.activemq:activemq-http
|-- org.apache.activemq:activemq-log4j-appender
|-- org.apache.activemq:activemq-console
|-- org.apache.activemq:activemq-pool
provided
test
|-- org.apache.logging.log4j:log4j-slf4j2-impl
|-- junit:junit