<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-shiro</artifactId>
<version>5.15.14</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='activemq-shiro', version='5.15.14')
)
<parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> <version>5.15.14</version> </parent>
compile
|-- org.apache.activemq:activemq-broker
|-- org.apache.shiro:shiro-core
|-- org.apache.shiro:shiro-spring
test
|-- org.apache.activemq:activemq-kahadb-store
|-- org.apache.activemq:activemq-broker
|-- org.apache.activemq:activemq-unit-tests
|-- junit:junit
|-- log4j:log4j