<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-http</artifactId>
<version>5.15.11</version>
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='activemq-http', version='5.15.11')
)
<parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> <version>5.15.11</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.aggregate:jetty-all
|-- 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
|-- org.apache.activemq:activemq-jaas
|-- org.seleniumhq.selenium:selenium-java:2.25.0
|-- org.seleniumhq.selenium:selenium-chrome-driver:2.25.0