<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-http</artifactId>
<version>5.16.7</version>
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='activemq-http', version='5.16.7')
)
<parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> <version>5.16.7</version> </parent>
compile
|-- org.apache.activemq:activemq-spring
|-- org.springframework:spring-context
|-- org.springframework:spring-jms
|-- org.apache.activemq:activemq-stomp
|-- org.apache.activemq:activemq-mqtt
|-- org.eclipse.jetty:jetty-server
|-- org.eclipse.jetty:jetty-xml
|-- org.eclipse.jetty:jetty-webapp
|-- org.apache.httpcomponents:httpclient
|-- com.thoughtworks.xstream:xstream
|-- junit:junit
provided
|-- org.eclipse.jetty.websocket:websocket-server
test
|-- org.apache.activemq:activemq-unit-tests
|-- org.apache.activemq:activemq-broker