<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-pool</artifactId>
<version>5.16.1</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='activemq-pool', version='5.16.1')
)
<parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> <version>5.16.1</version> </parent>
compile
|-- org.apache.activemq:activemq-jms-pool
|-- org.apache.activemq:activemq-client
|-- org.apache.geronimo.components:geronimo-transaction
|-- org.apache.geronimo.specs:geronimo-jta_1.1_spec
|-- org.apache.geronimo.specs:geronimo-annotation_1.0_spec
|-- org.apache.commons:commons-pool2
test
|-- org.apache.activemq:activemq-broker
|-- org.apache.activemq:activemq-broker
|-- junit:junit
|-- log4j:log4j