<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">
   <parent>
      <artifactId>jboss-test-harness-parent</artifactId>
      <groupId>org.jboss.test-harness</groupId>
      <version>1.1.0-CR2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.test-harness</groupId>
   <artifactId>jboss-test-harness-tomcat</artifactId>
   <name>JBoss Test Harness deployment for Apache Tomcat</name>
   <description>Implements the JBoss Test Harness deployment SPI for Apache Tomcat</description>

   <dependencies>

      <dependency>
         <groupId>org.jboss.test-harness</groupId>
         <artifactId>jboss-test-harness-api</artifactId>
      </dependency>
      
      <dependency>
         <groupId>commons-httpclient</groupId>
         <artifactId>commons-httpclient</artifactId>
      </dependency>

   </dependencies>

</project>
