<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-spring</artifactId>
<version>5.5.1</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='activemq-spring', version='5.5.1')
)
<parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> <version>5.5.1</version> </parent>
compile
|-- org.apache.activemq:activemq-core
|-- org.apache.activemq:activemq-pool
|-- org.apache.geronimo.components:geronimo-transaction
|-- org.apache.geronimo.specs:geronimo-jta_1.0.1B_spec
|-- org.apache.geronimo.specs:geronimo-annotation_1.0_spec
|-- org.springframework:spring-beans
|-- org.springframework:spring-test
|-- org.springframework.osgi:spring-osgi-core
test
|-- org.apache.activemq:activemq-core
|-- junit:junit
|-- org.springframework:spring-jms
|-- org.apache.xbean:xbean-spring
|-- log4j:log4j