<?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.bootstrap</groupId>
    <artifactId>jboss-bootstrap-build</artifactId>
    <version>2.1.0-alpha-2</version>
    <relativePath>../build/pom.xml</relativePath>
  </parent>

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

  <!-- Artifact Configuration -->
  <artifactId>jboss-bootstrap-impl-base</artifactId>
  <name>JBoss Bootstrap Implementation Base</name>
  <description>Abstract Implementation Base for JBoss Bootstrap</description>


  <!-- Properties -->
  <properties>

  </properties>

  <!-- Build -->
  <build>

  </build>

  <!-- Dependencies -->
  <dependencies>

    <dependency>
        <groupId>org.jboss.bootstrap</groupId>
        <artifactId>jboss-bootstrap-spi</artifactId>
        <version>${version}</version>
    </dependency>

    <dependency>
      <groupId>org.jboss</groupId>
      <artifactId>jbossxb</artifactId>
    </dependency>

    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
    </dependency>

    <dependency>
      <groupId>org.jboss.logging</groupId>
      <artifactId>jboss-logging-log4j</artifactId>
    </dependency>

    <dependency>
      <groupId>org.jboss.logging</groupId>
      <artifactId>jboss-logging-spi</artifactId>
    </dependency>

  </dependencies>
</project>
