<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.activemq</groupId> <artifactId>activemq-pom</artifactId> <version>6.0.0-SNAPSHOT</version> </parent> <artifactId>activemq-web</artifactId> <packaging>jar</packaging> <name>ActiveMQ6 Web</name> <properties> <activemq.basedir>${project.basedir}/..</activemq.basedir> </properties> <dependencies> <dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-dto</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-bootstrap</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.eclipse.jetty.aggregate</groupId> <artifactId>jetty-all-server</artifactId> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.jboss.logmanager</groupId> <artifactId>jboss-logmanager</artifactId> <scope>test</scope> </dependency> </dependencies> </project>