<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-http</artifactId>
<version>6.1.4</version>
</dependency>
<parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-parent</artifactId> <version>6.1.4</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-jetty-client
|-- org.eclipse.jetty.websocket:websocket-jetty-server
test
|-- org.apache.activemq:activemq-unit-tests
|-- org.apache.activemq:activemq-broker
|-- org.apache.activemq:activemq-jaas
|-- org.apache.activemq:activemq-kahadb-store
|-- org.apache.commons:commons-lang3