<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-amqp</artifactId>
<version>5.17.1</version>
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='activemq-amqp', version='5.17.1')
)
<parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> <version>5.17.1</version> </parent>
compile
|-- org.apache.activemq:activemq-broker
|-- org.fusesource.hawtbuf:hawtbuf
test
|-- org.apache.qpid:qpid-jms-client
|-- org.apache.activemq:activemq-kahadb-store
|-- org.apache.activemq:activemq-jaas
|-- org.fusesource.joram-jms-tests:joram-jms-tests:1.0
|-- org.eclipse.jetty:jetty-server
|-- org.eclipse.jetty:jetty-jndi
|-- org.apache.activemq:activemq-broker
|-- org.apache.activemq:activemq-spring
|-- org.apache.activemq:activemq-http
|-- org.apache.activemq:activemq-mqtt
|-- org.eclipse.jetty.websocket:websocket-server
|-- org.springframework:spring-context
|-- org.apache.activemq.tooling:activemq-junit
|-- junit:junit