<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-pool</artifactId>
<version>5.17.4</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='activemq-pool', version='5.17.4')
)
<parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> <version>5.17.4</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.3_spec
|-- org.apache.commons:commons-pool2
test
|-- org.apache.activemq:activemq-broker
|-- org.apache.activemq:activemq-broker
|-- junit:junit
|-- org.apache.logging.log4j:log4j-slf4j-impl