<?xml version="1.0" encoding="UTF-8"?>
  <!--
  vi:ts=2:sw=2:expandtab:
-->
<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 -->
  <parent>
    <groupId>org.jboss.tmpdpl</groupId>
    <artifactId>tmpdpl-build</artifactId>
    <version>0.1.0</version>
    <relativePath>../build/pom.xml</relativePath>
  </parent>

  <!-- Model Version -->
  <modelVersion>4.0.0</modelVersion>

  <!-- Artifact Configuration -->
  <artifactId>tmpdpl-impl-vdf</artifactId>
  <version>0.1.0</version>
  <name>TMPDPL Implementations for VDF</name>
  <description>TMPDPL Implementations for JBoss Virtual Deployer Framework</description>


  <!-- Properties -->
  <properties>

    <!-- Versioning -->
    <version.org.jboss.tmpdpl_tmpdpl.spi.vdf>0.1.0</version.org.jboss.tmpdpl_tmpdpl.spi.vdf>
    <version.org.jboss.shrinkwrap_shrinkwrap.impl.base>0.1.0</version.org.jboss.shrinkwrap_shrinkwrap.impl.base>

  </properties>

  <!-- Dependencies -->
  <dependencies>

    <!-- 
    org.jboss.tmpdpl
    -->
    <dependency>
      <groupId>org.jboss.tmpdpl</groupId>
      <artifactId>tmpdpl-spi-vdf</artifactId>
      <version>${version.org.jboss.tmpdpl_tmpdpl.spi.vdf}</version>
    </dependency>

    <!-- 
    External Projects
    -->
    <dependency>
      <groupId>org.jboss.deployers</groupId>
      <artifactId>jboss-deployers-vfs-spi</artifactId>
    </dependency>

    <!-- 
    Test Dependencies
    -->
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
    </dependency>
    <dependency>
      <groupId>org.jboss.shrinkwrap</groupId>
      <artifactId>shrinkwrap-impl-base</artifactId>
      <version>${version.org.jboss.shrinkwrap_shrinkwrap.impl.base}</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.jboss.deployers</groupId>
      <artifactId>jboss-deployers-vfs</artifactId>
      <scope>test</scope>
    </dependency>

  </dependencies>


  <scm>
    <connection>scm:svn:http://anonsvn.jboss.org/repos/common/tmpdpl/tags/tmpdpl-impl-vdf-0.1.0</connection>
    <developerConnection>scm:svn:https://svn.jboss.org/repos/common/tmpdpl/tags/tmpdpl-impl-vdf-0.1.0</developerConnection>
    <url>http://anonsvn.jboss.org/repos/common/tmpdpl/tags/tmpdpl-impl-vdf-0.1.0</url>
  </scm>
</project>

