<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
 * JBoss, Home of Professional Open Source
 * Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors
 * as indicated by the @author tags. All rights reserved.
 * See the copyright.txt in the distribution for a
 * full listing of individual contributors.
 *
 * This copyrighted material is made available to anyone wishing to use,
 * modify, copy, or redistribute it subject to the terms and conditions
 * of the GNU Lesser General Public License, v. 2.1.
 * This program is distributed in the hope that it will be useful, but WITHOUT A
 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 * PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more details.
 * You should have received a copy of the GNU Lesser General Public License,
 * v.2.1 along with this distribution; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
 * MA  02110-1301, USA.
 */
-->
<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>

  <parent>
     <groupId>org.jboss</groupId>
     <artifactId>jboss-parent</artifactId>
     <version>8</version>
     <relativePath/>
  </parent>

  <groupId>org.switchyard</groupId>
  <artifactId>switchyard-parent</artifactId>
  <version>0.4.0.Final</version>
  <packaging>pom</packaging>
  <name>SwitchYard</name>

  <description>The parent for SwitchYard modules</description>
  <url>http://switchyard.org</url>
  <organization>
    <name>JBoss by Red Hat</name>
    <url>http://jboss.org</url>
  </organization>
  <issueManagement>
    <system>jira</system>
    <url>http://jira.jboss.org/browse/SWITCHYARD</url>
  </issueManagement>

   <developers>
      <developer>
         <name>SwitchYard committers</name>
      </developer>
   </developers>

   <licenses>
      <license>
         <name>GNU Lesser General Public License</name>
         <url>http://www.gnu.org/copyleft/lesser.html</url>
         <distribution>repo</distribution>
      </license>
   </licenses>

   <!-- Dependency versions - please keep these in alphabetical order -->
  <properties>
     <!-- Explicitly declaring the source encoding eliminates the following message: -->
     <!-- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered
          resources, i.e. build is platform dependent! -->
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

    <!-- Override versions for OpenShift. May use the same version as AS but -->
    <!-- maintaining this override for future flexibility -->
    <version.arquillian.openshift>1.0.0.CR7</version.arquillian.openshift>
    <version.activity.monitor.model>1.2.1.Final</version.activity.monitor.model>
    <version.antlr>3.3</version.antlr>
    <version.axiom>1.2.8</version.axiom>
    <version.ballroom>1.1.0.FINAL</version.ballroom>
    <version.batik>1.7</version.batik>
    <version.camel>2.8.0</version.camel>
    <version.cxf>2.4.6</version.cxf>
    <version.clojure>1.3.0-alpha5</version.clojure>
    <version.commons.httpclient>3.1</version.commons.httpclient>
    <version.fusesource.commonman>1.0</version.fusesource.commonman>
    <version.drools>5.3.1.Final</version.drools>
    <version.ecj>3.5.1</version.ecj>
    <version.forge>1.0.0.Beta3</version.forge>
    <version.freemarker>2.3.15</version.freemarker>
    <version.hamcrest>1.1</version.hamcrest>
    <version.hibernate.annotations>3.4.0.GA</version.hibernate.annotations>
    <version.hibernate.ejb3-persistence>1.0.2.GA</version.hibernate.ejb3-persistence>
    <version.hibernate.commons-annotations>3.2.0.Final</version.hibernate.commons-annotations>
    <!-- WARNING - quickstarts/demo/helpdesk has its own dependencyManagement -->
    <!-- section to override hiberate version -->
    <version.hibernate.core.helpdesk>3.3.2.GA</version.hibernate.core.helpdesk>
    <version.hibernate.entitymanager.helpdesk>3.4.0.GA</version.hibernate.entitymanager.helpdesk>
    <version.hornetq>2.2.11.Final</version.hornetq>
    <!-- Jaxen is imported from parent POM but properties are NOT imported -->
    <!-- and this property is required for release assembly. -->
    <version.jaxen>1.1.3</version.jaxen>
    <version.javax.jms>1.1</version.javax.jms>
    <version.jbpm>5.2.0.Final</version.jbpm>
    <version.jbossas>7.1.1.Final</version.jbossas>
    <version.jbossas.console>1.1.0.FINAL</version.jbossas.console>
    <!-- Override versions for OpenShift. May use the same version as AS but -->
    <!-- maintaining this override for future flexibility -->
    <version.jbossas.openshift>7.1.0.Final</version.jbossas.openshift>
    <version.jettison>1.2</version.jettison>
    <version.jpa>1.0.2</version.jpa>
    <version.jta>1.1</version.jta>
    <version.maven.gwt.plugin>2.3.0</version.maven.gwt.plugin>
    <version.maven.exec.plugin>1.2</version.maven.exec.plugin>
    <version.maven.shade.plugin>1.4</version.maven.shade.plugin>
    <version.maven.plugin.api>3.0.3</version.maven.plugin.api>
    <version.mina>2.0.1</version.mina>
    <version.milyn>1.5</version.milyn>
    <version.mvel>2.1.0.drools4</version.mvel>
    <version.naming>5.0.5.Final</version.naming>
    <version.netty>3.2.1.Final</version.netty>
    <version.protostuff>1.0.4</version.protostuff>
    <version.riftsaw.ode>3.0.0.20120316-M2</version.riftsaw.ode>
    <version.riftsaw.engine>3.0.0.20120316-M2</version.riftsaw.engine>
    <version.riftsaw.console>2.4.1.Final</version.riftsaw.console>
    <version.saxon>9.2.1.5</version.saxon>
    <version.servlet>2.5</version.servlet>
    <version.slf4j>1.6.1</version.slf4j>
    <version.spring>3.0.6.RELEASE</version.spring>
    <version.weld>1.1.0.Final</version.weld>
    <version.xalan>2.7.1-1.jbossorg</version.xalan>
    <version.xml-apis>1.3.04</version.xml-apis>
    <version.xmlbeans>2.2.0</version.xmlbeans>
    <version.xmlunit>1.1</version.xmlunit>
    <version.xstream>1.2.2</version.xstream>
  </properties>

  <scm>
    <connection>scm:git:ssh//github.com/switchyard/core.git</connection>
    <developerConnection>scm:git:ssh://github.com/switchyard/core.git</developerConnection>
    <url>http://github.com/switchyard/core</url>
  </scm>

  <repositories>
    <repository>
      <id>jboss-public-repository-group</id>
      <name>JBoss Public Maven Repository Group</name>
      <url>https://repository.jboss.org/nexus/content/groups/public/</url>
      <layout>default</layout>
      <releases>
          <enabled>true</enabled>
        <updatePolicy>never</updatePolicy>
      </releases>
      <snapshots>
          <enabled>true</enabled>
        <updatePolicy>never</updatePolicy>
      </snapshots>
    </repository>
      <repository>
      <id>codehaus.m2.snapshots</id>
      <url>http://snapshots.repository.codehaus.org</url>
      <releases>
        <enabled>true</enabled>
        <updatePolicy>never</updatePolicy>
      </releases>
      <snapshots>
        <enabled>true</enabled>
        <updatePolicy>never</updatePolicy>
      </snapshots>
    </repository>
  </repositories>

  <pluginRepositories>
    <pluginRepository>
      <id>jboss-public-repository-group</id>
      <name>JBoss Public Maven Repository Group</name>
      <url>https://repository.jboss.org/nexus/content/groups/public/</url>
      <layout>default</layout>
      <releases>
        <updatePolicy>never</updatePolicy>
      </releases>
      <snapshots>
        <updatePolicy>never</updatePolicy>
      </snapshots>
    </pluginRepository>
  </pluginRepositories>

  <build>
    <pluginManagement>
      <plugins>
         <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-shade-plugin</artifactId>
            <version>${version.maven.shade.plugin}</version>
         </plugin>
        <plugin>
          <groupId>org.codehaus.mojo</groupId>
          <artifactId>exec-maven-plugin</artifactId>
          <version>${version.maven.exec.plugin}</version>
        </plugin>
        <plugin>
          <groupId>org.codehaus.mojo</groupId>
          <artifactId>gwt-maven-plugin</artifactId>
          <version>${version.maven.gwt.plugin}</version>
        </plugin>
        <!-- address "quirks" in m2e 1.0 -->
        <plugin>
          <groupId>org.eclipse.m2e</groupId>
          <artifactId>lifecycle-mapping</artifactId>
          <version>1.0.0</version>
          <configuration>
            <lifecycleMappingMetadata>
              <pluginExecutions>
                <pluginExecution>
                  <pluginExecutionFilter>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-dependency-plugin</artifactId>
                    <versionRange>[1.0,)</versionRange>
                    <goals>
                      <goal>unpack</goal>
                      <goal>copy</goal>
                    </goals>
                  </pluginExecutionFilter>
                  <action>
                    <execute/>
                  </action>
                </pluginExecution>
                <pluginExecution>
                  <pluginExecutionFilter>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-enforcer-plugin</artifactId>
                    <versionRange>[1.0,)</versionRange>
                    <goals>
                      <goal>enforce</goal>
                    </goals>
                  </pluginExecutionFilter>
                  <action>
                    <execute/>
                  </action>
                </pluginExecution>
                <pluginExecution>
                  <pluginExecutionFilter>
                    <groupId>org.codehaus.mojo</groupId>
                    <artifactId>build-helper-maven-plugin</artifactId>
                    <versionRange>[1.0,)</versionRange>
                    <goals>
                      <goal>add-resource</goal>
                    </goals>
                  </pluginExecutionFilter>
                  <action>
                    <execute/>
                  </action>
                </pluginExecution>
                <pluginExecution>
                  <pluginExecutionFilter>
                    <groupId>org.codehaus.mojo</groupId>
                    <artifactId>exec-maven-plugin</artifactId>
                    <versionRange>[1.0,)</versionRange>
                    <goals>
                      <goal>java</goal>
                    </goals>
                  </pluginExecutionFilter>
                  <action>
                    <execute/>
                  </action>
                </pluginExecution>
              </pluginExecutions>
            </lifecycleMappingMetadata>
          </configuration>
        </plugin>
        <plugin>
           <groupId>org.switchyard</groupId>
           <artifactId>switchyard-plugin</artifactId>
           <version>${project.version}</version>
        </plugin>
      </plugins>
    </pluginManagement>

    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-site-plugin</artifactId>
        <version>2.2</version>
        <configuration>
          <siteDirectory>build/src/site</siteDirectory>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-jar-plugin</artifactId>
        <version>2.3.1</version>
       <dependencies>
         <dependency>
           <groupId>commons-lang</groupId>
           <artifactId>commons-lang</artifactId>
           <version>2.4</version>
         </dependency>
       </dependencies>
        <configuration>
          <archive>
            <manifest>
              <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
              <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
            </manifest>
            <addMavenDescriptor>true</addMavenDescriptor>
          </archive>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-compiler-plugin</artifactId>
        <version>2.3.2</version>
        <configuration>
          <source>1.6</source>
          <target>1.6</target>
          <debug>true</debug>
          <showWarnings>true</showWarnings>
          <showDeprecation>true</showDeprecation>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-resources-plugin</artifactId>
        <version>2.4.3</version>
        <configuration>
          <encoding>${project.build.sourceEncoding}</encoding>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-surefire-plugin</artifactId>
        <version>2.6</version>
        <configuration>
          <environmentVariables>
            <SWITCHYARD_VERSION>${project.version}</SWITCHYARD_VERSION>
          </environmentVariables>
          <includes>
            <include>**/*Test*.java</include>
          </includes>
          <excludes>
            <exclude>**/Abstract*.java</exclude>
            <exclude>**/*$*</exclude>
          </excludes>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-eclipse-plugin</artifactId>
        <version>2.8</version>
        <configuration>
          <downloadSources>true</downloadSources>
          <!--
                    A true value would hardcode the user's home dir rather than
                    using the cross-user-compatible M2_REPO classpath var!
                    -->
          <downloadJavadocs>false</downloadJavadocs>
        </configuration>
      </plugin>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-checkstyle-plugin</artifactId>
          <version>2.8</version>
            <configuration>
              <configLocation>checkstyle/checkstyle.xml</configLocation>
              <consoleOutput>false</consoleOutput>
              <suppressionsLocation>checkstyle/suppressions.xml</suppressionsLocation>
              <failsOnError>false</failsOnError>
              <useFile/>
            </configuration>
          <dependencies>
            <dependency>
              <groupId>org.switchyard</groupId>
              <artifactId>switchyard-build</artifactId>
              <version>${project.version}</version>
            </dependency>
          </dependencies>
          <executions>
            <execution>
              <id>check-style</id>
              <phase>site</phase>
              <goals>
                <goal>checkstyle</goal>
              </goals>
            </execution>
          </executions>
        </plugin>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>findbugs-maven-plugin</artifactId>
        <version>2.3.2</version>
        <configuration>
          <excludeFilterFile>findbugs/findbugs-exclude.xml</excludeFilterFile>
          <threshold>Normal</threshold>
          <effort>Max</effort>
          <xmlOutput>true</xmlOutput>
        </configuration>
        <dependencies>
          <dependency>
            <groupId>org.switchyard</groupId>
            <artifactId>switchyard-build</artifactId>
            <version>${project.version}</version>
          </dependency>
        </dependencies>
        <executions>
          <execution>
            <id>find-bugs</id>
            <goals>
              <goal>findbugs</goal>
            </goals>
            <phase>site</phase>
          </execution>
        </executions>
      </plugin>
      <!-- Attach sources -->
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-source-plugin</artifactId>
        <version>2.1.1</version>
        <executions>
          <execution>
             <id>attach-sources</id>
             <phase>verify</phase>
             <goals>
               <goal>jar-no-fork</goal>
             </goals>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>

  <profiles>
    <profile>
      <!-- https://cwiki.apache.org/confluence/display/MAVEN/Maven+3.x+and+site+plugin -->
      <id>maven-3</id>
      <activation>
        <activeByDefault>false</activeByDefault>
        <property>
          <name>maven-site-plugin</name>
          <value>true</value>
        </property>
      </activation>
      <build>
        <plugins>
          <plugin>
            <artifactId>maven-site-plugin</artifactId>
            <version>3.0-beta-3</version>
            <configuration>
              <siteDirectory>build/src/site</siteDirectory>
              <reportPlugins>
               <!-- The Dependencies report takes an obscene amount of
        time to run. Leaving it out of the reportSet -->
               <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
                 <version>2.4</version>
                 <reportSets>
                   <reportSet>
                     <reports>
                       <report>cim</report>
<!--
                       <report>dependency-management</report>
                       <report>dependency-convergence</report>
-->
                       <report>help</report>
                       <report>index</report>
                       <report>issue-tracking</report>
                       <report>license</report>
                       <report>mailing-list</report>
                       <report>modules</report>
                       <report>plugin-management</report>
                       <report>plugins</report>
                       <report>project-team</report>
                       <report>scm</report>
                       <report>summary</report>
                     </reports>
                   </reportSet>
                 </reportSets>
               </plugin>
          </reportPlugins>
            </configuration>
            <executions>
              <execution>
                <id>attach-descriptor</id>
                <goals>
                  <goal>attach-descriptor</goal>
                </goals>
              </execution>
            </executions>
          </plugin>
        </plugins>
      </build>
    </profile>
  </profiles>

  <reporting>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-checkstyle-plugin</artifactId>
        <version>2.8</version>
        <configuration>
          <configLocation>checkstyle/checkstyle.xml</configLocation>
          <consoleOutput>false</consoleOutput>
          <suppressionsLocation>checkstyle/suppressions.xml</suppressionsLocation>
          <failsOnError>false</failsOnError>
          <useFile/>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>findbugs-maven-plugin</artifactId>
        <version>2.3.2</version>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-surefire-report-plugin</artifactId>
        <version>2.6</version>
        <configuration>
          <aggregate>true</aggregate>
        </configuration>
      </plugin>
    </plugins>
  </reporting>

  <dependencyManagement>
     <dependencies>
      <!-- Imported dependencies -->
      <dependency>
         <groupId>org.jboss.as</groupId>
         <artifactId>jboss-as-parent</artifactId>
         <version>${version.jbossas}</version>
         <type>pom</type>
         <scope>import</scope>
      </dependency>
      <!-- Import this to get the GWT dependencies -->
      <dependency>
         <groupId>org.jboss.as</groupId>
         <artifactId>jboss-as-console-parent</artifactId>
         <version>${version.jbossas.console}</version>
         <type>pom</type>
         <scope>import</scope>
      </dependency>

      <!-- Internal dependencies -->
      <dependency>
        <groupId>org.switchyard</groupId>
        <artifactId>switchyard-admin</artifactId>
        <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.switchyard</groupId>
         <artifactId>switchyard-api</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.switchyard</groupId>
         <artifactId>switchyard-build</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.switchyard</groupId>
         <artifactId>switchyard-common</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.switchyard</groupId>
         <artifactId>switchyard-config</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.switchyard.console</groupId>
         <artifactId>switchyard-console-application</artifactId>
         <version>${project.version}</version>
         <type>war</type>
      </dependency>
      <dependency>
         <groupId>org.switchyard.console</groupId>
         <artifactId>switchyard-console-as7-core</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.switchyard.console</groupId>
         <artifactId>switchyard-console-as7-core</artifactId>
         <classifier>sources</classifier>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.switchyard.console</groupId>
         <artifactId>switchyard-console-component-core</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.switchyard.console</groupId>
         <artifactId>switchyard-console-component-bean</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.switchyard.console</groupId>
         <artifactId>switchyard-console-component-bpel</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.switchyard.console</groupId>
         <artifactId>switchyard-console-component-bpm</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.switchyard.console</groupId>
         <artifactId>switchyard-console-component-camel</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.switchyard.console</groupId>
         <artifactId>switchyard-console-component-clojure</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.switchyard.console</groupId>
         <artifactId>switchyard-console-component-hornetq</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.switchyard.console</groupId>
         <artifactId>switchyard-console-component-rules</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.switchyard.console</groupId>
         <artifactId>switchyard-console-component-soap</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.switchyard.console</groupId>
         <artifactId>switchyard-console-extension</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
        <groupId>org.switchyard</groupId>
        <artifactId>switchyard-deploy</artifactId>
        <version>${project.version}</version>
      </dependency>
      <dependency>
        <groupId>org.switchyard</groupId>
        <artifactId>switchyard-deploy-cdi</artifactId>
        <version>${project.version}</version>
      </dependency>
      <!-- <dependency> -->
      <!--    <groupId>org.switchyard</groupId> -->
      <!--    <artifactId>switchyard-deploy-jboss-as6</artifactId> -->
      <!--    <version>${project.version}</version> -->
      <!-- </dependency> -->
      <dependency>
        <groupId>org.switchyard</groupId>
        <artifactId>switchyard-deploy-jboss-as7</artifactId>
        <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.switchyard</groupId>
         <artifactId>switchyard-deploy-webapp</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
        <groupId>org.switchyard</groupId>
        <artifactId>switchyard-extensions-wsdl</artifactId>
        <version>${project.version}</version>
      </dependency>
      <dependency>
        <groupId>org.switchyard</groupId>
        <artifactId>switchyard-forge-common</artifactId>
        <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.switchyard</groupId>
         <artifactId>switchyard-forge-plugin</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.switchyard</groupId>
         <artifactId>switchyard-forge-plugin-dist</artifactId>
         <type>zip</type>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.switchyard</groupId>
         <artifactId>switchyard-forge-bean-plugin</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.switchyard</groupId>
         <artifactId>switchyard-forge-camel-plugin</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.switchyard</groupId>
         <artifactId>switchyard-forge-soap-plugin</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.switchyard</groupId>
         <artifactId>switchyard-forge-rules-plugin</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.switchyard</groupId>
         <artifactId>switchyard-forge-bpm-plugin</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
        <groupId>org.switchyard</groupId>
        <artifactId>switchyard-plugin</artifactId>
        <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.switchyard</groupId>
         <artifactId>switchyard-release-testutil</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.switchyard</groupId>
         <artifactId>switchyard-release-distribution</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
        <groupId>org.switchyard</groupId>
        <artifactId>switchyard-runtime</artifactId>
        <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.switchyard</groupId>
         <artifactId>switchyard-transform</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.switchyard</groupId>
         <artifactId>switchyard-test</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
        <groupId>org.switchyard</groupId>
        <artifactId>switchyard-validate</artifactId>
        <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.switchyard.components</groupId>
         <artifactId>switchyard-component-bean</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.switchyard.components</groupId>
         <artifactId>switchyard-component-bpel</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.switchyard.components</groupId>
         <artifactId>switchyard-component-bpm</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.switchyard.components</groupId>
         <artifactId>switchyard-component-camel</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.switchyard.components</groupId>
         <artifactId>switchyard-component-camel-as7</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.switchyard.components</groupId>
         <artifactId>switchyard-component-hornetq</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.switchyard.components</groupId>
         <artifactId>switchyard-component-common-rules</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.switchyard.components</groupId>
         <artifactId>switchyard-component-rules</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.switchyard.components</groupId>
         <artifactId>switchyard-component-soap</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.switchyard.quickstarts</groupId>
         <artifactId>switchyard-quickstart-transform-json</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.switchyard.quickstarts</groupId>
         <artifactId>switchyard-quickstart-transform-smooks</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.switchyard.quickstarts</groupId>
         <artifactId>switchyard-quickstart-camel-service</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.switchyard.quickstarts</groupId>
         <artifactId>switchyard-quickstart-bean-service</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.switchyard.quickstarts</groupId>
         <artifactId>switchyard-quickstart-camel-binding</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.switchyard.quickstarts</groupId>
         <artifactId>switchyard-quickstart-camel-jms-binding</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.switchyard.quickstarts</groupId>
         <artifactId>switchyard-quickstart-camel-rest-binding</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.switchyard.quickstarts</groupId>
         <artifactId>switchyard-quickstart-camel-soap-proxy</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.switchyard.quickstarts</groupId>
         <artifactId>switchyard-quickstart-hornetq-binding</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.switchyard.quickstarts</groupId>
         <artifactId>switchyard-quickstart-rules-camel-cbr</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.switchyard.quickstarts</groupId>
         <artifactId>switchyard-quickstart-rules-interview</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.switchyard.quickstarts</groupId>
         <artifactId>switchyard-quickstart-rules-interview-agent</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.switchyard.quickstarts</groupId>
         <artifactId>switchyard-quickstart-bpm-service</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.switchyard.quickstarts</groupId>
         <artifactId>switchyard-quickstart-bpel-service-say-hello</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.switchyard.quickstarts</groupId>
         <artifactId>switchyard-quickstart-bpel-service-jms-binding</artifactId>
         <version>${project.version}</version>
      </dependency>
       <dependency>
         <groupId>org.switchyard.quickstarts</groupId>
         <artifactId>switchyard-quickstart-bpel-service-loan-approval</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.switchyard.quickstarts</groupId>
         <artifactId>switchyard-quickstart-validate-xml</artifactId>
         <version>${project.version}</version>
      </dependency>
       <dependency>
         <groupId>org.switchyard.quickstarts.demos</groupId>
         <artifactId>switchyard-quickstart-demo-orders</artifactId>
         <type>war</type>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.switchyard.quickstarts.demos</groupId>
         <artifactId>switchyard-quickstart-demo-helpdesk</artifactId>
         <version>${project.version}</version>
      </dependency>
      <dependency>
         <groupId>org.switchyard.quickstarts.demos</groupId>
         <artifactId>switchyard-quickstart-demo-helpdesk-webapp</artifactId>
         <type>war</type>
         <version>${project.version}</version>
      </dependency>


      <!-- External dependencies - please keep in alphabetical order by groupId -->
	   <dependency>
		  <groupId>batik</groupId>
		  <artifactId>batik-dom</artifactId>
		  <version>${version.batik}</version>
	   </dependency>
	   <dependency>
		  <groupId>batik</groupId>
		  <artifactId>batik-svg-dom</artifactId>
		  <version>${version.batik}</version>
	   </dependency>
	   <dependency>
		  <groupId>batik</groupId>
		  <artifactId>batik-svggen</artifactId>
	      <version>${version.batik}</version>
	   </dependency>
	   <dependency>
		  <groupId>batik</groupId>
		  <artifactId>batik-util</artifactId>
		  <version>${version.batik}</version>
	   </dependency>
	   <dependency>
		  <groupId>batik</groupId>
		  <artifactId>batik-css</artifactId>
	      <version>${version.batik}</version>
	   </dependency>
	   <dependency>
		  <groupId>batik</groupId>
		  <artifactId>batik-ext</artifactId>
		  <version>${version.batik}</version>
	   </dependency>
	   <dependency>
		  <groupId>batik</groupId>
		  <artifactId>batik-xml</artifactId>
	      <version>${version.batik}</version>
	   </dependency>
	   <dependency>
		  <groupId>batik</groupId>
		  <artifactId>batik-transcoder</artifactId>
		  <version>${version.batik}</version>
	   </dependency>
	   <dependency>
		  <groupId>batik</groupId>
		  <artifactId>batik-bridge</artifactId>
		  <version>${version.batik}</version>
	   </dependency>
	   <dependency>
		  <groupId>batik</groupId>
		  <artifactId>batik-gvt</artifactId>
		  <version>${version.batik}</version>
	   </dependency>
	   <dependency>
		  <groupId>batik</groupId>
	      <artifactId>batik-script</artifactId>
		  <version>${version.batik}</version>
	  </dependency>
	  <dependency>
		  <groupId>batik</groupId>
		  <artifactId>batik-awt-util</artifactId>
		  <version>${version.batik}</version>
	  </dependency>
	  <dependency>
		  <groupId>batik</groupId>
		  <artifactId>batik-parser</artifactId>
		  <version>${version.batik}</version>
	  </dependency>
	  <dependency>
		  <groupId>batik</groupId>
		  <artifactId>batik-anim</artifactId>
		  <version>${version.batik}</version>
	  </dependency>
	  <dependency>
		  <groupId>batik</groupId>
		  <artifactId>batik-codec</artifactId>
		  <version>${version.batik}</version>
	  </dependency>
		
      <dependency>
         <groupId>com.dyuproject.protostuff</groupId>
         <artifactId>protostuff-api</artifactId>
         <version>${version.protostuff}</version>
      </dependency>
      <dependency>
         <groupId>com.dyuproject.protostuff</groupId>
         <artifactId>protostuff-core</artifactId>
         <version>${version.protostuff}</version>
      </dependency>
      <dependency>
         <groupId>com.dyuproject.protostuff</groupId>
         <artifactId>protostuff-collectionschema</artifactId>
         <version>${version.protostuff}</version>
      </dependency>
      <dependency>
         <groupId>com.dyuproject.protostuff</groupId>
         <artifactId>protostuff-runtime</artifactId>
         <version>${version.protostuff}</version>
      </dependency>
      <dependency>
         <groupId>com.dyuproject.protostuff</groupId>
         <artifactId>protostuff-json</artifactId>
         <version>${version.protostuff}</version>
      </dependency>
      <dependency>
         <groupId>com.dyuproject.protostuff</groupId>
         <artifactId>protostuff-xml</artifactId>
         <version>${version.protostuff}</version>
      </dependency>
      <dependency>
         <groupId>com.thoughtworks.xstream</groupId>
         <artifactId>xstream</artifactId>
         <version>${version.xstream}</version>
      </dependency>
      <dependency>
         <groupId>commons-httpclient</groupId>
         <artifactId>commons-httpclient</artifactId>
         <version>${version.commons.httpclient}</version>
      </dependency>
      <dependency>
         <groupId>javax.jms</groupId>
         <artifactId>jms</artifactId>
         <version>${version.javax.jms}</version>
         <scope>provided</scope>
      </dependency>
      <dependency>
         <groupId>javax.persistence</groupId>
         <artifactId>persistence-api</artifactId>
         <version>${version.jpa}</version>
      </dependency>
      <dependency>
         <groupId>javax.servlet</groupId>
         <artifactId>servlet-api</artifactId>
         <version>${version.servlet}</version>
      </dependency>
      <dependency>
         <groupId>javax.transaction</groupId>
         <artifactId>jta</artifactId>
         <version>${version.jta}</version>
      </dependency>
      <dependency>
         <groupId>net.sourceforge.saxon</groupId>
         <artifactId>saxonhe</artifactId>
         <version>${version.saxon}</version>
      </dependency>
      <dependency>
         <groupId>org.antlr</groupId>
         <artifactId>antlr-runtime</artifactId>
         <version>${version.antlr}</version>
      </dependency>
      <dependency>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-atom</artifactId>
         <version>${version.camel}</version>
      </dependency>
      <dependency>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-core</artifactId>
         <version>${version.camel}</version>
      </dependency>
      <dependency>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-cxf</artifactId>
         <version>${version.camel}</version>
      </dependency>
      <dependency>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-jms</artifactId>
         <version>${version.camel}</version>
      </dependency>
      <dependency>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-spring</artifactId>
         <version>${version.camel}</version>
      </dependency>
      <dependency>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-test</artifactId>
         <version>${version.camel}</version>
      </dependency>
      <dependency>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-rt-frontend-jaxrs</artifactId>
         <version>${version.cxf}</version>
      </dependency>
      <dependency>
         <groupId>org.apache.mina</groupId>
         <artifactId>mina-core</artifactId>
         <version>${version.mina}</version>
      </dependency>
      <dependency>
         <groupId>org.apache.maven</groupId>
         <artifactId>maven-plugin-api</artifactId>
         <version>${version.maven.plugin.api}</version>
         <scope>provided</scope>
      </dependency>
      <dependency>
		 <groupId>org.apache.ws.commons.axiom</groupId>
		 <artifactId>axiom-impl</artifactId>
		 <version>${version.axiom}</version>
	  </dependency>
      <dependency>
		 <groupId>org.apache.ws.commons.axiom</groupId>
		 <artifactId>axiom-api</artifactId>
		 <version>${version.axiom}</version>
	  </dependency>
      <dependency>
         <groupId>org.apache.xalan</groupId>
         <artifactId>serializer</artifactId>
         <version>${version.xalan}</version>
      </dependency>
      <dependency>
         <groupId>org.apache.xalan</groupId>
         <artifactId>xalan</artifactId>
         <version>${version.xalan}</version>
      </dependency>
      <dependency>
         <groupId>org.apache.xmlbeans</groupId>
         <artifactId>xmlbeans</artifactId>
         <version>${version.xmlbeans}</version>
      </dependency>
      <dependency>
         <groupId>org.clojure</groupId>
         <artifactId>clojure</artifactId>
         <version>${version.clojure}</version>
      </dependency>
      <dependency>
         <groupId>org.codehaus.jettison</groupId>
         <artifactId>jettison</artifactId>
         <version>${version.jettison}</version>
      </dependency>
      <dependency>
         <groupId>org.drools</groupId>
         <artifactId>knowledge-api</artifactId>
         <version>${version.drools}</version>
      </dependency>
      <dependency>
         <groupId>org.drools</groupId>
         <artifactId>drools-core</artifactId>
         <version>${version.drools}</version>
      </dependency>
      <dependency>
         <groupId>org.drools</groupId>
         <artifactId>drools-compiler</artifactId>
         <version>${version.drools}</version>
      </dependency>
      <dependency>
         <groupId>org.drools</groupId>
         <artifactId>drools-persistence-jpa</artifactId>
         <version>${version.drools}</version>
      </dependency>
      <dependency>
         <groupId>org.eclipse.jdt.core.compiler</groupId>
         <artifactId>ecj</artifactId>
         <version>${version.ecj}</version>
      </dependency>
      <dependency>
         <groupId>org.freemarker</groupId>
         <artifactId>freemarker</artifactId>
         <version>${version.freemarker}</version>
      </dependency>
      <dependency>
         <groupId>org.fusesource.commonman</groupId>
         <artifactId>commons-management</artifactId>
         <version>${version.fusesource.commonman}</version>
      </dependency>
      <dependency>
         <groupId>org.hamcrest</groupId>
         <artifactId>hamcrest-all</artifactId>
         <version>${version.hamcrest}</version>
      </dependency>
      <dependency>
        <groupId>org.hibernate</groupId>
        <artifactId>hibernate-annotations</artifactId>
        <version>${version.hibernate.annotations}</version>
      </dependency>
      <dependency>
         <groupId>org.hibernate</groupId>
         <artifactId>ejb3-persistence</artifactId>
         <version>${version.hibernate.ejb3-persistence}</version>
      </dependency>
      <dependency>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-commons-annotations</artifactId>
         <version>${version.hibernate.commons-annotations}</version>
      </dependency>
      <dependency>
         <groupId>org.hornetq</groupId>
         <artifactId>hornetq-core-client</artifactId>
         <version>${version.hornetq}</version>
      </dependency>
      <dependency>
         <groupId>org.hornetq</groupId>
         <artifactId>hornetq-jms-client</artifactId>
         <version>${version.hornetq}</version>
      </dependency>
      <dependency>
         <groupId>org.jboss.as</groupId>
         <artifactId>jboss-as-dist</artifactId>
         <version>${version.jbossas}</version>
         <type>zip</type>
      </dependency>
      <dependency>
         <groupId>org.jboss.as</groupId>
         <artifactId>jboss-as-naming</artifactId>
         <version>${version.jbossas}</version>
      </dependency>
      <dependency>
         <groupId>org.jboss.as</groupId>
         <artifactId>jboss-as-server</artifactId>
         <version>${version.jbossas}</version>
      </dependency>
      <dependency>
         <groupId>org.jboss.ballroom</groupId>
         <artifactId>widgets</artifactId>
         <version>${version.ballroom}</version>
      </dependency>
      <dependency>
          <groupId>org.jboss.bpm</groupId>
          <artifactId>activity-monitor-model</artifactId>
          <version>${version.activity.monitor.model}</version>
          <exclusions>
              <exclusion>
                  <groupId>org.hibernate</groupId>
                  <artifactId>hibernate-annotations</artifactId>
              </exclusion>
          </exclusions>
       </dependency>
       <dependency>
         <groupId>org.jboss.bpm</groupId>
         <artifactId>gwt-console-rpc</artifactId>
		 <version>${version.riftsaw.console}</version>
      </dependency>
      <dependency>
         <groupId>org.jboss.bpm</groupId>
         <artifactId>gwt-console-server-integration</artifactId>
		 <version>${version.riftsaw.console}</version>
      </dependency>
      <dependency>
         <groupId>org.jboss.forge</groupId>
         <artifactId>forge-maven-api</artifactId>
         <version>${version.forge}</version>
      </dependency>
      <dependency>
         <groupId>org.jboss.forge</groupId>
         <artifactId>forge-parser-xml</artifactId>
         <version>${version.forge}</version>
      </dependency>
      <dependency>
         <groupId>org.jboss.forge</groupId>
         <artifactId>forge-parser-java-api</artifactId>
         <version>${version.forge}</version>
      </dependency>
      <dependency>
         <groupId>org.jboss.forge</groupId>
         <artifactId>forge-shell</artifactId>
         <version>${version.forge}</version>
      </dependency>
      <dependency>
         <groupId>org.jboss.forge</groupId>
         <artifactId>forge-shell-api</artifactId>
         <version>${version.forge}</version>
      </dependency>
      <dependency>
         <groupId>org.jboss.naming</groupId>
         <artifactId>jnpserver</artifactId>
         <version>${version.naming}</version>
      </dependency>
      <dependency>
         <groupId>org.jboss.netty</groupId>
         <artifactId>netty</artifactId>
         <version>${version.netty}</version>
      </dependency>
      <dependency>
         <groupId>org.jboss.soa.bpel</groupId>
         <artifactId>riftsaw-agents</artifactId>
         <version>${version.riftsaw.ode}</version>
      </dependency>
      <dependency>
         <groupId>org.jboss.soa.bpel</groupId>
         <artifactId>riftsaw-bpel-api</artifactId>
         <version>${version.riftsaw.ode}</version>
      </dependency>
      <dependency>
         <groupId>org.jboss.soa.bpel</groupId>
         <artifactId>riftsaw-bpel-compiler</artifactId>
         <version>${version.riftsaw.ode}</version>
      </dependency>
      <dependency>
         <groupId>org.jboss.soa.bpel</groupId>
         <artifactId>riftsaw-bpel-dao</artifactId>
         <version>${version.riftsaw.ode}</version>
      </dependency>
      <dependency>
         <groupId>org.jboss.soa.bpel</groupId>
         <artifactId>riftsaw-bpel-epr</artifactId>
         <version>${version.riftsaw.ode}</version>
         <exclusions>
             <exclusion>
                 <groupId>org.jboss.javaee</groupId>
                 <artifactId>jboss-javaee</artifactId>
             </exclusion>
         </exclusions>
      </dependency>
      <dependency>
         <groupId>org.jboss.soa.bpel</groupId>
         <artifactId>riftsaw-bpel-obj</artifactId>
         <version>${version.riftsaw.ode}</version>
      </dependency>
      <dependency>
         <groupId>org.jboss.soa.bpel</groupId>
         <artifactId>riftsaw-bpel-ql</artifactId>
         <version>${version.riftsaw.ode}</version>
      </dependency>
      <dependency>
         <groupId>org.jboss.soa.bpel</groupId>
         <artifactId>riftsaw-bpel-runtime</artifactId>
         <version>${version.riftsaw.ode}</version>
      </dependency>
      <dependency>
         <groupId>org.jboss.soa.bpel</groupId>
         <artifactId>riftsaw-bpel-schemas</artifactId>
         <version>${version.riftsaw.ode}</version>
      </dependency>
      <dependency>
         <groupId>org.jboss.soa.bpel</groupId>
         <artifactId>riftsaw-bpel-store</artifactId>
         <version>${version.riftsaw.ode}</version>
      </dependency>
      <dependency>
         <groupId>org.jboss.soa.bpel</groupId>
         <artifactId>riftsaw-dao-jpa</artifactId>
         <version>${version.riftsaw.ode}</version>
      </dependency>
      <dependency>
         <groupId>org.jboss.soa.bpel</groupId>
         <artifactId>riftsaw-dao-jpa-hibernate</artifactId>
         <version>${version.riftsaw.ode}</version>
      </dependency>
      <dependency>
         <groupId>org.jboss.soa.bpel</groupId>
         <artifactId>riftsaw-jacob</artifactId>
         <version>${version.riftsaw.ode}</version>
      </dependency>
      <dependency>
         <groupId>org.jboss.soa.bpel</groupId>
         <artifactId>riftsaw-scheduler-simple</artifactId>
         <version>${version.riftsaw.ode}</version>
      </dependency>
      <dependency>
         <groupId>org.jboss.soa.bpel</groupId>
         <artifactId>riftsaw-utils</artifactId>
         <version>${version.riftsaw.ode}</version>
      </dependency>
      <dependency>
         <groupId>org.jboss.weld.se</groupId>
         <artifactId>weld-se-core</artifactId>
         <version>${version.weld}</version>
         <exclusions>
            <exclusion>
               <groupId>org.slf4j</groupId>
               <artifactId>slf4j-api</artifactId>
            </exclusion>
            <exclusion>
               <groupId>org.slf4j</groupId>
               <artifactId>slf4j-ext</artifactId>
            </exclusion>
            <exclusion>
               <groupId>ch.qos.cal10n</groupId>
               <artifactId>cal10n-api</artifactId>
            </exclusion>
         </exclusions>
      </dependency>
      <dependency>
         <groupId>org.jboss.weld.servlet</groupId>
         <artifactId>weld-servlet</artifactId>
         <version>${version.weld}</version>
      </dependency>
      <dependency>
         <groupId>org.jbpm</groupId>
         <artifactId>jbpm-bpmn2</artifactId>
         <version>${version.jbpm}</version>
      </dependency>
      <dependency>
         <groupId>org.jbpm</groupId>
         <artifactId>jbpm-flow</artifactId>
         <version>${version.jbpm}</version>
      </dependency>
      <dependency>
         <groupId>org.jbpm</groupId>
         <artifactId>jbpm-flow-builder</artifactId>
         <version>${version.jbpm}</version>
      </dependency>
      <dependency>
         <groupId>org.jbpm</groupId>
         <artifactId>jbpm-human-task</artifactId>
         <version>${version.jbpm}</version>
         <exclusions>
            <exclusion>
               <groupId>xml-apis</groupId>
               <artifactId>xml-apis</artifactId>
            </exclusion>
            <exclusion>
               <groupId>xerces</groupId>
               <artifactId>xercesimpl</artifactId>
            </exclusion>
            <exclusion>
               <groupId>xerces</groupId>
               <artifactId>xmlparserapis</artifactId>
            </exclusion>
            <exclusion>
               <groupId>org.slf4j</groupId>
               <artifactId>slf4j-api</artifactId>
            </exclusion>
         </exclusions>
      </dependency>
      <dependency>
         <groupId>org.jbpm</groupId>
         <artifactId>jbpm-persistence-jpa</artifactId>
         <version>${version.jbpm}</version>
         <exclusions>
            <exclusion>
               <artifactId>hibernate-annotations</artifactId>
               <groupId>org.hibernate</groupId>
            </exclusion>
            <exclusion>
               <groupId>org.slf4j</groupId>
               <artifactId>slf4j-api</artifactId>
            </exclusion>
         </exclusions>
      </dependency>
      <dependency>
         <groupId>org.jbpm</groupId>
         <artifactId>jbpm-workitems</artifactId>
         <version>${version.jbpm}</version>
      </dependency>
      <dependency>
         <groupId>org.milyn</groupId>
         <artifactId>milyn-smooks-all</artifactId>
         <version>${version.milyn}</version>
      </dependency>
      <dependency>
         <groupId>org.milyn</groupId>
         <artifactId>milyn-smooks-javabean</artifactId>
         <version>${version.milyn}</version>
      </dependency>
      <dependency>
         <groupId>org.mvel</groupId>
         <artifactId>mvel2</artifactId>
         <version>${version.mvel}</version>
      </dependency>
      <dependency>
         <groupId>org.riftsaw</groupId>
         <artifactId>engine</artifactId>
         <version>${version.riftsaw.engine}</version>
      </dependency>
	  <dependency>
         <groupId>org.riftsaw.console</groupId>
         <artifactId>riftsaw-bpel2svg</artifactId>
         <version>${version.riftsaw.engine}</version>
      </dependency>      
      <dependency>
         <groupId>org.riftsaw.console</groupId>
         <artifactId>riftsaw-console-integration</artifactId>
         <version>${version.riftsaw.engine}</version>
      </dependency>
      <dependency>
         <groupId>org.riftsaw.console</groupId>
         <artifactId>riftsaw-bpaf</artifactId>
         <version>${version.riftsaw.engine}</version>
      </dependency>
      <dependency>
         <groupId>org.riftsaw.console</groupId>
         <artifactId>switchyard-bpel-console</artifactId>
         <version>${version.riftsaw.engine}</version>
         <type>war</type>
      </dependency>
      <dependency>
         <groupId>org.riftsaw.console</groupId>
         <artifactId>switchyard-bpel-console-server</artifactId>
         <version>${version.riftsaw.engine}</version>
         <type>war</type>
      </dependency>
      <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-log4j12</artifactId>
         <version>${version.slf4j}</version>
      </dependency>
      <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-asm</artifactId>
         <version>${version.spring}</version>
      </dependency>
      <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-beans</artifactId>
         <version>${version.spring}</version>
      </dependency>
      <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-context</artifactId>
         <version>${version.spring}</version>
      </dependency>
      <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-core</artifactId>
         <version>${version.spring}</version>
      </dependency>
      <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-tx</artifactId>
         <version>${version.spring}</version>
      </dependency>
      <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-jms</artifactId>
         <version>${version.spring}</version>
      </dependency>
	  <dependency>
		 <groupId>xml-apis</groupId>
		 <artifactId>xml-apis-ext</artifactId>
		 <version>${version.xml-apis}</version>
	  </dependency>
	  <dependency>
		 <groupId>xml-apis</groupId>
		 <artifactId>xml-apis</artifactId>
		 <version>${version.xml-apis}</version>
	  </dependency>
      <dependency>
         <groupId>xmlunit</groupId>
         <artifactId>xmlunit</artifactId>
         <version>${version.xmlunit}</version>
      </dependency>
   </dependencies>
</dependencyManagement>

  <distributionManagement>
    <repository>
      <id>jboss-releases-repository</id>
      <name>JBoss Releases Repository</name>
      <url>https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/</url>
    </repository>
    <snapshotRepository>
      <id>jboss-snapshots-repository</id>
      <name>JBoss Snapshots Repository</name>
      <url>https://repository.jboss.org/nexus/content/repositories/snapshots/</url>
    </snapshotRepository>
  </distributionManagement>
</project>
