<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>
    <groupId>org.jboss.microcontainer</groupId>
    <artifactId>jboss-microcontainer</artifactId>
    <version>2.0.0.Beta9</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>jboss-reliance-jbpm</artifactId>
  <packaging>jar</packaging>
  <name>JBoss Microcontainer Reliance jBPM</name>
  <url>http://www.jboss.com/products/jbossmc</url>
  <description>JBoss Microcontainer Reliance jBPM</description>
  <build>
    <resources>
      <resource>
        <directory>src/resources/main</directory>
      </resource>
    </resources>
    <testResources>
      <testResource>
        <directory>src/resources/tests</directory>
      </testResource>
    </testResources>
  </build>
  <!-- Do not add version information here, use ../build/pom.xml instead -->
  <dependencies>
    <!-- Global dependencies -->
    <dependency>
      <groupId>org.jboss.microcontainer</groupId>
      <artifactId>jboss-kernel</artifactId>
    </dependency>
    <dependency>
      <groupId>jboss</groupId>
      <artifactId>jbpm</artifactId>
    </dependency>
    <!-- Test dependencies -->
  </dependencies>
</project>
