<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-pool</artifactId>
<version>5.2.0</version>
<type>bundle</type>
</dependency>
<parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> <version>5.2.0</version> </parent>
compile
|-- commons-logging:commons-logging-api
|-- ${pom.groupId}:activemq-core
|-- ${pom.groupId}:activemq-ra
|-- org.apache.geronimo.components:geronimo-transaction
|-- org.apache.geronimo.specs:geronimo-jta_1.0.1B_spec
|-- org.springframework:spring-beans
test
|-- ${pom.groupId}:activemq-core
|-- junit:junit