<?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-6</version>
    <relativePath>../build/pom.xml</relativePath>
  </parent>

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

  <!-- Artifact Configuration -->
  <artifactId>jboss-bootstrap-api-mc</artifactId>
  <name>JBoss Bootstrap API for MC</name>
  <description>Application Provider Interface to MC-based Implementations of JBoss Bootstrap</description>


  <!-- Properties -->
  <properties>

  </properties>

  <!-- Build -->
  <build>

  </build>

  <!-- Dependencies -->
  <dependencies>

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

    <dependency>
      <groupId>org.jboss.kernel</groupId>
      <artifactId>jboss-kernel</artifactId>
    </dependency>

  </dependencies>
</project>
