<?xml version="1.0" encoding="UTF-8"?>

<!-- ====================================================================== -->
<!--                                                                        -->
<!--  JBoss, the OpenSource J2EE webOS                                      -->
<!--                                                                        -->
<!--  Distributable under LGPL license.                                     -->
<!--  See terms of license at http://www.gnu.org.                           -->
<!--                                                                        -->
<!-- ====================================================================== -->

<!-- $Id: pom.xml 2192 2008-09-12 13:08:50Z thomas.diesler@jboss.com $ -->
<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">
  <modelVersion>4.0.0</modelVersion>
  <name>jBPM Spec - Dialects</name>
  <groupId>org.jbpm.spec</groupId>
  <artifactId>jbpm-spec-dialects</artifactId>
  <packaging>pom</packaging>

  <!-- Parent -->
  <parent>
    <groupId>org.jbpm.spec</groupId>
    <artifactId>jbpm-spec</artifactId>
    <version>1.0.0-Alpha1</version>
    <relativePath>../../pom.xml</relativePath>
  </parent>

  <!-- Modules -->
  <modules>
    <module>api10</module>
    <module>jpdl32</module>
    <module>stp</module>
    <module>xpdl21</module>
  </modules>
  
  <!-- Dependencies -->
  <dependencies>
    <dependency>
      <groupId>org.jbpm.spec</groupId>
      <artifactId>jbpm-spec-api</artifactId>
    </dependency>
    <dependency>
      <groupId>com.sun.xml.bind</groupId>
      <artifactId>jaxb-impl</artifactId>
    </dependency>
    <dependency>
      <groupId>org.jbpm.spec</groupId>
      <artifactId>jbpm-spec-ri</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.sun.xml.bind</groupId>
      <artifactId>jaxb-xjc</artifactId>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
  
</project>
