<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>
      <groupId>org.jboss.forge</groupId>
      <artifactId>projects-parent</artifactId>
      <version>2.0.0.Alpha1</version>
   </parent>
   <artifactId>projects-impl</artifactId>
   <name>Forge - Projects Impl</name>
   <dependencies>
      <dependency>
         <groupId>org.jboss.forge</groupId>
         <artifactId>projects-api</artifactId>
      </dependency>
      <dependency>
         <groupId>org.jboss.forge</groupId>
         <artifactId>forge-addon-container-api</artifactId>
         <scope>provided</scope>
      </dependency>

      <dependency>
         <groupId>org.jboss.forge</groupId>
         <artifactId>convert-api</artifactId>
         <scope>provided</scope>
         <version>2.0.0.Alpha1</version>
      </dependency>
      <dependency>
         <groupId>org.jboss.forge</groupId>
         <artifactId>facets-api</artifactId>
         <scope>provided</scope>
         <version>2.0.0.Alpha1</version>
      </dependency>
      <dependency>
         <groupId>org.jboss.forge</groupId>
         <artifactId>ui-api</artifactId>
         <scope>provided</scope>
         <version>2.0.0.Alpha1</version>
      </dependency>
      <dependency>
         <groupId>org.jboss.forge</groupId>
         <artifactId>resources-api</artifactId>
         <scope>provided</scope>
      </dependency>
      <dependency>
         <groupId>javax.enterprise</groupId>
         <artifactId>cdi-api</artifactId>
         <scope>provided</scope>
      </dependency>

      <dependency>
         <groupId>org.jboss.forge</groupId>
         <artifactId>forge-test-harness</artifactId>
         <scope>test</scope>
      </dependency>
      <dependency>
         <groupId>org.jboss.forge</groupId>
         <artifactId>arquillian-forge-classpath</artifactId>
         <scope>test</scope>
      </dependency>
   </dependencies>
</project>
