<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.0.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.test-harness</groupId>
   <artifactId>jboss-test-harness-jboss-as-51</artifactId>
   <name>JBoss Test Harness deployment for JBoss AS 5.1.x</name>
   <description>Implements the JBoss Test Harness deployment SPI for JBoss AS 5.1.x</description>

   <dependencies>

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

      <dependency>
         <groupId>org.jboss.jbossas</groupId>
         <artifactId>jboss-as-client</artifactId>
         <type>pom</type>
         <version>5.1.0.GA</version>
      </dependency>

      <dependency>
         <groupId>log4j</groupId>
         <artifactId>log4j</artifactId>
      </dependency>

   </dependencies>

</project>
