<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>

   <parent>
      <artifactId>arquillian-forge-parent</artifactId>
      <groupId>org.jboss.forge</groupId>
      <version>2.0.0.Alpha3</version>
      <relativePath>../pom.xml</relativePath>
   </parent>

   <artifactId>arquillian-forge-classpath</artifactId>
   <name>Forge - Arquillian Container Adapter - Classpath</name>

   <dependencies>
      <dependency>
         <groupId>org.jboss.forge</groupId>
         <artifactId>arquillian-forge-core</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.jboss.forge</groupId>
         <artifactId>forge-addon-container</artifactId>
      </dependency>
   </dependencies>
</project>
