switchyard-parent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.switchyard</groupId>
<artifactId>switchyard-parent</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright 2015 Red Hat Inc. and/or its affiliates and other contributors.
-
- Licensed under the Apache License, Version 2.0 (the "License")
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-->
<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.integration-platform</groupId>
<artifactId>jboss-integration-platform-parent</artifactId>
<version>6.0.0.CR24</version>
</parent>
<groupId>org.switchyard</groupId>
<artifactId>switchyard-parent</artifactId>
<version>2.0.1.redhat-621222</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>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.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>
<version.org.jboss.as.console>1.5.4.Final</version.org.jboss.as.console>
<version.ip.bom>6.0.0.CR24</version.ip.bom>
<!-- This version is only used as a prefix for a jar included in release modules -->
<version.org.fusesource.hawtdispatch>1.21</version.org.fusesource.hawtdispatch>
<version.org.fusesource.hawtbuf>1.9</version.org.fusesource.hawtbuf>
<!-- consider moving to integration platform bom -->
<version.camelsap>6.2.1.redhat-222</version.camelsap>
<version.org.fusesource.mqtt-client>1.6</version.org.fusesource.mqtt-client>
<!-- version override for perfectus build script-->
<version.org.wildfly.camel>2.3.0.redhat-621222</version.org.wildfly.camel>
<!-- RiftSaw -->
<version.activity.monitor.model>1.2.2.Final-redhat-2</version.activity.monitor.model>
<version.overlord-commons>2.0.18.Final-redhat-2</version.overlord-commons>
<version.riftsaw.ode>3.2.0.Final-redhat-4</version.riftsaw.ode>
<version.riftsaw.engine>3.2.2.Final-redhat-5</version.riftsaw.engine>
<version.riftsaw.console>2.4.8.Final-redhat-7</version.riftsaw.console>
<!-- Remove when RiftSaw upgrades to net.sf.saxon:Saxon-HE:9.5.1-2 -->
<version.net.sourceforge.saxon>9.2.1.5</version.net.sourceforge.saxon>
<version.org.jboss.resteasy>2.3.10.Final</version.org.jboss.resteasy>
<version.org.milyn>1.5.2.p1-redhat-1</version.org.milyn>
<!-- Require investigation and/or will be removed -->
<version.jbossws.jboss720.server.integration>4.2.0.Final</version.jbossws.jboss720.server.integration>
<!-- Plugin versions -->
<version.felix.maven>2.4.0</version.felix.maven>
<version.maven.clean.plugin>2.5</version.maven.clean.plugin>
<version.maven.plugin.plugin>3.1</version.maven.plugin.plugin>
<!-- Temporary overrides, remove when IP Bom upgraded to Camel 2.15.1 -->
<version.org.apache.camel>2.15.1.redhat-621222</version.org.apache.camel>
<version.org.apache.activemq>5.11.0.redhat-621222</version.org.apache.activemq>
<version.org.apache.karaf>2.4.0.redhat-621222</version.org.apache.karaf>
<version.com.sun.xml.bind>2.2.11</version.com.sun.xml.bind>
<!-- Overrides to align versions with Fuse -->
<version.commons-codec>1.10</version.commons-codec>
<version.commons-io>2.4</version.commons-io>
<version.net.sf.dozer>5.5.1</version.net.sf.dozer>
<version.org.apache.commons.lang3>3.3.2</version.org.apache.commons.lang3>
<version.commons-collections>3.2.1.redhat-7</version.commons-collections>
<version.org.apache.httpcomponents.httpclient>4.5.2</version.org.apache.httpcomponents.httpclient>
<version.org.apache.httpcomponents.httpcore>4.4.4</version.org.apache.httpcomponents.httpcore>
<version.org.codehaus.jackson>1.9.12</version.org.codehaus.jackson>
<version.org.codehaus.jettison>1.3.7</version.org.codehaus.jettison>
<version.org.jgroups>3.4.1.Final</version.org.jgroups>
<!-- OSGi bundles properties -->
<switchyard.osgi.import.switchyard.version>version="[$(version;==;${switchyard.osgi.version}),$(version;=+;${switchyard.osgi.version}))"</switchyard.osgi.import.switchyard.version>
<switchyard.osgi.import.default.version>[$(version;==;$(@)),$(version;+;$(@)))</switchyard.osgi.import.default.version>
<switchyard.osgi.activator></switchyard.osgi.activator>
<switchyard.osgi.failok>true</switchyard.osgi.failok>
<switchyard.osgi.import>org.switchyard.*;${switchyard.osgi.import.switchyard.version},
*</switchyard.osgi.import>
<switchyard.osgi.export.pkg>org.switchyard.*</switchyard.osgi.export.pkg>
<switchyard.osgi.export>${switchyard.osgi.export.pkg};version="${switchyard.osgi.version}";-noimport:=true</switchyard.osgi.export>
<switchyard.osgi.private></switchyard.osgi.private>
<switchyard.osgi.dynamic></switchyard.osgi.dynamic>
<switchyard.osgi.bundle.name>${project.name}</switchyard.osgi.bundle.name>
<switchyard.osgi.symbolic.name>${project.groupId}.${project.artifactId}</switchyard.osgi.symbolic.name>
<switchyard.osgi.exclude.dependencies>false</switchyard.osgi.exclude.dependencies>
<switchyard.osgi.resource>{maven-resources}</switchyard.osgi.resource>
<switchyard.osgi.services.export></switchyard.osgi.services.export>
<switchyard.osgi.embed.dependency>!*</switchyard.osgi.embed.dependency>
<switchyard.osgi.require.bundle></switchyard.osgi.require.bundle>
<switchyard.osgi.fragment.host></switchyard.osgi.fragment.host>
<switchyard.osgi.provide.capability></switchyard.osgi.provide.capability>
<switchyard.osgi.require.capability></switchyard.osgi.require.capability>
<version.org.mvel>2.3.1.Final</version.org.mvel>
<version.org.hibernate.javax.persistence>1.0.0.Final</version.org.hibernate.javax.persistence>
</properties>
<scm>
<connection>scm:git:https://github.com/jboss-switchyard/parent.git</connection>
<developerConnection>scm:git:ssh://git@github.com:jboss-switchyard/parent.git</developerConnection>
<url>http://github.com/jboss-switchyard/parent</url>
</scm>
<build>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-enforcer-plugin</artifactId>
<executions>
<execution>
<id>enforce-plugin-versions</id>
<phase>none</phase>
</execution>
</executions>
</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>[2.3,)</versionRange>
<goals>
<goal>unpack</goal>
<goal>unpack-dependencies</goal>
<goal>copy-dependencies</goal>
</goals>
</pluginExecutionFilter>
<action>
<execute></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></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></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></execute>
</action>
</pluginExecution>
<pluginExecution>
<pluginExecutionFilter>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<versionRange>[1.0,)</versionRange>
<goals>
<goal>cleanVersions</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>xml-maven-plugin</artifactId>
<version>1.0</version>
</plugin>
<plugin>
<groupId>org.switchyard</groupId>
<artifactId>switchyard-plugin</artifactId>
<version>${project.version}</version>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>${version.felix.maven}</version>
<extensions>true</extensions>
<configuration>
<excludeDependencies>${switchyard.osgi.exclude.dependencies}</excludeDependencies>
<instructions>
<Bundle-Name>${switchyard.osgi.bundle.name}</Bundle-Name>
<Bundle-SymbolicName>${switchyard.osgi.symbolic.name}</Bundle-SymbolicName>
<Bundle-DocURL>http://switchyard.org</Bundle-DocURL>
<Bundle-Activator>${switchyard.osgi.activator}</Bundle-Activator>
<Export-Package>${switchyard.osgi.export}</Export-Package>
<Import-Package>${switchyard.osgi.import}</Import-Package>
<DynamicImport-Package>${switchyard.osgi.dynamic}</DynamicImport-Package>
<Private-Package>${switchyard.osgi.private}</Private-Package>
<Implementation-Title>JBoss SwitchYard</Implementation-Title>
<Implementation-Version>${project.version}</Implementation-Version>
<Include-Resource>${switchyard.osgi.resource}</Include-Resource>
<_versionpolicy>${switchyard.osgi.import.default.version}</_versionpolicy>
<_failok>${switchyard.osgi.failok}</_failok>
<Export-Service>${switchyard.osgi.services.export}</Export-Service>
<Embed-Dependency>${switchyard.osgi.embed.dependency}</Embed-Dependency>
<Require-Bundle>${switchyard.osgi.require.bundle}</Require-Bundle>
<Fragment-Host>${switchyard.osgi.fragment.host}</Fragment-Host>
<Provide-Capability>${switchyard.osgi.provide.capability}</Provide-Capability>
<Require-Capability>${switchyard.osgi.require.capability}</Require-Capability>
</instructions>
<archive>
<manifestEntries>
<Project-Artifact-Id>${project.artifactId}</Project-Artifact-Id>
<Project-Group-Id>${project.groupId}</Project-Group-Id>
<Project-Version>${project.version}</Project-Version>
</manifestEntries>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.servicemix.tooling</groupId>
<artifactId>depends-maven-plugin</artifactId>
<version>1.2</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>
<addMavenDescriptor>true</addMavenDescriptor>
<manifest>
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
</manifest>
<manifestEntries>
<Project-Group-Id>${project.groupId}</Project-Group-Id>
<Project-Artifact-Id>${project.artifactId}</Project-Artifact-Id>
<Project-Packaging>${project.packaging}</Project-Packaging>
<Project-Name>${project.name}</Project-Name>
<Project-Description>${project.description}</Project-Description>
<Project-URL>${project.url}</Project-URL>
<Project-Version>${project.version}</Project-Version>
</manifestEntries>
</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>
<systemPropertyVariables>
<java.awt.headless>true</java.awt.headless>
</systemPropertyVariables>
<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>true</failsOnError>
<useFile></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.5.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>
<plugin>
<artifactId>maven-enforcer-plugin</artifactId>
<executions>
<execution>
<id>enforce-java-version</id>
<goals>
<goal>enforce</goal>
</goals>
<configuration>
<rules>
<requireJavaVersion>
<version>1.7</version>
<message>To build this project JDK 1.7 (or greater) is required. Please install it.</message>
</requireJavaVersion>
</rules>
</configuration>
</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>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<version>${version.maven.clean.plugin}</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.2.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>2.3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-ejb-plugin</artifactId>
<version>2.3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.7</version>
<configuration>
<retryFailedDeploymentCount>5</retryFailedDeploymentCount>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-archetype-plugin</artifactId>
<version>2.2</version>
</plugin>
<!-- OSGi -->
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<inherited>true</inherited>
<executions>
<execution>
<id>cleanVersions</id>
<phase>generate-sources</phase>
<goals>
<goal>cleanVersions</goal>
</goals>
<configuration>
<versions>
<switchyard.osgi.version>${project.version}</switchyard.osgi.version>
</versions>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.commonjava.maven.plugins</groupId>
<artifactId>project-sources-maven-plugin</artifactId>
<version>1.0</version>
<executions>
<execution>
<id>project-sources-archive</id>
<phase>initialize</phase>
<goals>
<goal>archive</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>
<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>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>${version.commons-collections}</version>
</dependency>
<!-- REMOVE the following after IP Bom upgraded to -->
<!-- to Camel 2.15.1 -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-amqp</artifactId>
<version>${version.org.apache.camel}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-atom</artifactId>
<version>${version.org.apache.camel}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-bindy</artifactId>
<version>${version.org.apache.camel}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-blueprint</artifactId>
<version>${version.org.apache.camel}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-cdi</artifactId>
<version>${version.org.apache.camel}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-core</artifactId>
<version>${version.org.apache.camel}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-core-osgi</artifactId>
<version>${version.org.apache.camel}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-core</artifactId>
<type>test-jar</type>
<version>${version.org.apache.camel}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-cxf</artifactId>
<version>${version.org.apache.camel}</version>
<exclusions>
<exclusion>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-cxf-transport</artifactId>
<version>${version.org.apache.camel}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-ftp</artifactId>
<version>${version.org.apache.camel}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-hl7</artifactId>
<version>${version.org.apache.camel}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-jaxb</artifactId>
<version>${version.org.apache.camel}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-jms</artifactId>
<version>${version.org.apache.camel}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-jpa</artifactId>
<version>${version.org.apache.camel}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-mail</artifactId>
<version>${version.org.apache.camel}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-mina2</artifactId>
<version>${version.org.apache.camel}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-mqtt</artifactId>
<version>${version.org.apache.camel}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-mvel</artifactId>
<version>${version.org.apache.camel}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-netty</artifactId>
<version>${version.org.apache.camel}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-ognl</artifactId>
<version>${version.org.apache.camel}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-quartz</artifactId>
<version>${version.org.apache.camel}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-rss</artifactId>
<version>${version.org.apache.camel}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-saxon</artifactId>
<version>${version.org.apache.camel}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-script</artifactId>
<version>${version.org.apache.camel}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-spring</artifactId>
<version>${version.org.apache.camel}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-soap</artifactId>
<version>${version.org.apache.camel}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-sql</artifactId>
<version>${version.org.apache.camel}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-xstream</artifactId>
<version>${version.org.apache.camel}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-test</artifactId>
<version>${version.org.apache.camel}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-test-spring</artifactId>
<version>${version.org.apache.camel}</version>
</dependency>
<dependency>
<groupId>org.apache.camel.karaf</groupId>
<artifactId>apache-camel</artifactId>
<classifier>features</classifier>
<type>xml</type>
<version>${version.org.apache.camel}</version>
</dependency>
<dependency>
<groupId>org.milyn</groupId>
<artifactId>milyn-smooks-all</artifactId>
<version>${version.org.milyn}</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>${version.com.sun.xml.bind}</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-xjc</artifactId>
<version>${version.com.sun.xml.bind}</version>
</dependency>
<!-- ###################################################################
## Imported BOMs ##
################################################################### -->
<dependency>
<groupId>org.jboss.integration-platform</groupId>
<artifactId>jboss-integration-platform-bom</artifactId>
<version>${version.ip.bom}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.jboss.as</groupId>
<artifactId>jboss-as-parent</artifactId>
<version>${version.org.jboss.as}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.jboss.as</groupId>
<artifactId>jboss-as-console-bom</artifactId>
<version>${version.org.jboss.as.console}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<!-- ###################################################################
## Dependencies Not Present in Integration BOM ##
################################################################### -->
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>${version.maven.plugin.plugin}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>${version.maven.plugin.plugin}</version>
</dependency>
<dependency>
<groupId>org.fusesource</groupId>
<artifactId>camel-sap</artifactId>
<version>${version.camelsap}</version>
<exclusions>
<exclusion>
<groupId>com.sap.conn.jco</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.fusesource.mqtt-client</groupId>
<artifactId>mqtt-client</artifactId>
<version>${version.org.fusesource.mqtt-client}</version>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-jboss720-server-integration</artifactId>
<version>${version.jbossws.jboss720.server.integration}</version>
</dependency>
<dependency>
<groupId>net.sourceforge.saxon</groupId>
<artifactId>saxonhe</artifactId>
<version>${version.net.sourceforge.saxon}</version>
</dependency>
<!-- ###################################################################
## Riftsaw Dependencies ##
################################################################### -->
<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.overlord</groupId>
<artifactId>overlord-commons-services</artifactId>
<version>${version.overlord-commons}</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.riftsaw</groupId>
<artifactId>engine</artifactId>
<version>${version.riftsaw.engine}</version>
<exclusions>
<exclusion>
<groupId>org.hornetq</groupId>
<artifactId>hornetq-core</artifactId>
</exclusion>
</exclusions>
</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>
<!-- ###################################################################
## Project Artifacts ##
################################################################### -->
<dependency>
<groupId>org.switchyard</groupId>
<artifactId>switchyard-admin</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard</groupId>
<artifactId>switchyard-as7-modules</artifactId>
<version>2.0.1.redhat-621222</version>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.switchyard</groupId>
<artifactId>switchyard-as7-standalone-bundle</artifactId>
<version>2.0.1.redhat-621222</version>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.switchyard.brms</groupId>
<artifactId>switchyard-as7-modules</artifactId>
<version>2.0.1.redhat-621222</version>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.switchyard.brms</groupId>
<artifactId>switchyard-as7-standalone-bundle</artifactId>
<version>2.0.1.redhat-621222</version>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.switchyard</groupId>
<artifactId>switchyard-api</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard</groupId>
<artifactId>switchyard-bus-camel</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard</groupId>
<artifactId>switchyard-build</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard</groupId>
<artifactId>switchyard-common</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard</groupId>
<artifactId>switchyard-common-camel</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard</groupId>
<artifactId>switchyard-common-cdi</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard</groupId>
<artifactId>switchyard-config</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.console</groupId>
<artifactId>switchyard-console-application</artifactId>
<version>2.0.1.redhat-621222</version>
<classifier>resources</classifier>
</dependency>
<dependency>
<groupId>org.switchyard.console</groupId>
<artifactId>switchyard-console-component-core</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.console</groupId>
<artifactId>switchyard-console-component-bean</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.console</groupId>
<artifactId>switchyard-console-component-bpel</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.console</groupId>
<artifactId>switchyard-console-component-bpm</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.console</groupId>
<artifactId>switchyard-console-component-camel</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.console</groupId>
<artifactId>switchyard-console-component-clojure</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.console</groupId>
<artifactId>switchyard-console-component-hornetq</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.console</groupId>
<artifactId>switchyard-console-component-rules</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.console</groupId>
<artifactId>switchyard-console-component-soap</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.console</groupId>
<artifactId>switchyard-console-extension</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard</groupId>
<artifactId>switchyard-deploy</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard</groupId>
<artifactId>switchyard-deploy-cdi</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard</groupId>
<artifactId>switchyard-deploy-jboss-as7</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard</groupId>
<artifactId>switchyard-deploy-osgi</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard</groupId>
<artifactId>switchyard-deploy-wildfly</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard</groupId>
<artifactId>switchyard-wildfly-bundle</artifactId>
<type>zip</type>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.karaf</groupId>
<artifactId>switchyard-karaf-deploy</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.karaf</groupId>
<artifactId>switchyard</artifactId>
<type>xml</type>
<classifier>features</classifier>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.brms.karaf</groupId>
<artifactId>switchyard</artifactId>
<type>xml</type>
<classifier>features</classifier>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard</groupId>
<artifactId>switchyard-deploy-webapp</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard</groupId>
<artifactId>switchyard-extensions-java</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard</groupId>
<artifactId>switchyard-extensions-wsdl</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard</groupId>
<artifactId>switchyard-plugin</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard</groupId>
<artifactId>switchyard-release-testutil</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard</groupId>
<artifactId>switchyard-release-distribution</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard</groupId>
<artifactId>switchyard-remote</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard</groupId>
<artifactId>switchyard-runtime</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard</groupId>
<artifactId>switchyard-runtime</artifactId>
<type>test-jar</type>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard</groupId>
<artifactId>switchyard-security</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard</groupId>
<artifactId>switchyard-security-jboss</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard</groupId>
<artifactId>switchyard-security-karaf</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard</groupId>
<artifactId>switchyard-serial</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard</groupId>
<artifactId>switchyard-serial-jackson</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard</groupId>
<artifactId>switchyard-serial-protostuff</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard</groupId>
<artifactId>switchyard-transform</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard</groupId>
<artifactId>switchyard-test</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard</groupId>
<artifactId>switchyard-validate</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.components</groupId>
<artifactId>switchyard-component-bean</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.components</groupId>
<artifactId>switchyard-component-bpel</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.components</groupId>
<artifactId>switchyard-component-camel</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.components</groupId>
<artifactId>switchyard-component-camel-amqp</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.components</groupId>
<artifactId>switchyard-component-camel-atom</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.components</groupId>
<artifactId>switchyard-component-camel-core</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.components</groupId>
<artifactId>switchyard-component-camel-cxf</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.components</groupId>
<artifactId>switchyard-component-camel-file</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.components</groupId>
<artifactId>switchyard-component-camel-ftp</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.components</groupId>
<artifactId>switchyard-component-camel-jms</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.components</groupId>
<artifactId>switchyard-component-camel-jpa</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.components</groupId>
<artifactId>switchyard-component-camel-mail</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.components</groupId>
<artifactId>switchyard-component-camel-mqtt</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.components</groupId>
<artifactId>switchyard-component-camel-netty</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.components</groupId>
<artifactId>switchyard-component-camel-quartz</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.components</groupId>
<artifactId>switchyard-component-camel-sap</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.components</groupId>
<artifactId>switchyard-component-camel-rss</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.components</groupId>
<artifactId>switchyard-component-camel-sql</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.components</groupId>
<artifactId>switchyard-component-camel-switchyard</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.components</groupId>
<artifactId>switchyard-component-camel-test</artifactId>
<version>2.0.1.redhat-621222</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.switchyard.components</groupId>
<artifactId>switchyard-component-clojure</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.components</groupId>
<artifactId>switchyard-component-http</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.components</groupId>
<artifactId>switchyard-component-common</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.components</groupId>
<artifactId>switchyard-component-common-camel</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.components</groupId>
<artifactId>switchyard-component-common-rest</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.components</groupId>
<artifactId>switchyard-component-sca</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.components</groupId>
<artifactId>switchyard-component-resteasy</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.components</groupId>
<artifactId>switchyard-component-soap</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.components</groupId>
<artifactId>switchyard-component-jca</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.components</groupId>
<artifactId>switchyard-component-test-mixin-amqp</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.components</groupId>
<artifactId>switchyard-component-test-mixin-activemq</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.components</groupId>
<artifactId>switchyard-component-test-mixin-cdi</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.components</groupId>
<artifactId>switchyard-component-test-mixin-hornetq</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.components</groupId>
<artifactId>switchyard-component-test-mixin-http</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.components</groupId>
<artifactId>switchyard-component-test-mixin-jca</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.components</groupId>
<artifactId>switchyard-component-test-mixin-naming</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.components</groupId>
<artifactId>switchyard-component-test-mixin-smooks</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-quickstart-testutil</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-transform-dozer</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-transform-xslt</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-transform-jaxb</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-transform-json</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-transform-smooks</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-camel-service</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-bean-service</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-camel-file-binding</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-camel-amqp-binding</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-camel-bus-cdi</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-camel-cxf-binding</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-camel-ftp-binding</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-camel-jaxb</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-camel-hl7</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-camel-jpa-binding</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-camel-mail-binding</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-camel-netty-binding</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-camel-jms-binding</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-camel-mqtt-binding</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-camel-quartz-binding</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-camel-sap-binding</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-camel-rss-binding</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-camel-saxon</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-camel-sql-binding</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-camel-soap-proxy</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-camel-soap-proxy-reverse</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-camel-soap-proxy-reverse-service</artifactId>
<version>2.0.1.redhat-621222</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-ear-deployment-artifacts</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-ear-deployment-order-consumer</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-ear-deployment-order-service</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-ear-deployment-ear-assembly</artifactId>
<type>ear</type>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-http-binding</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-remote-invoker</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-rest-binding</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-soap-addressing</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-soap-attachment</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-soap-binding-rpc</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-soap-mtom</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-bpel-say-hello</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-bpel-jms-binding</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-bpel-loan-approval</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-validate-xml</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-jca-inflow-hornetq</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-jca-outbound-hornetq</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts.demos</groupId>
<artifactId>switchyard-demo-orders</artifactId>
<type>war</type>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts.demos</groupId>
<artifactId>switchyard-demo-helpdesk</artifactId>
<type>war</type>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts.demos</groupId>
<artifactId>switchyard-demo-library</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts.demos</groupId>
<artifactId>switchyard-demo-policy-security-basic</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts.demos</groupId>
<artifactId>switchyard-demo-policy-security-cert</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts.demos</groupId>
<artifactId>switchyard-demo-policy-security-saml</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts.demos</groupId>
<artifactId>switchyard-demo-policy-security-wss-signencrypt</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts.demos</groupId>
<artifactId>switchyard-demo-policy-security-wss-username</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts.demos</groupId>
<artifactId>switchyard-demo-policy-transaction</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts.demos</groupId>
<artifactId>switchyard-demo-security-propagation-basic</artifactId>
<version>2.0.1.redhat-621222</version>
</dependency>
<dependency>
<groupId>org.mvel</groupId>
<artifactId>mvel2</artifactId>
<version>${version.org.mvel}</version>
</dependency>
<!-- ###################################################################
## Fuse alignment ##
################################################################### -->
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>${version.commons-codec}</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>${version.commons-io}</version>
</dependency>
<dependency>
<groupId>net.sf.dozer</groupId>
<artifactId>dozer</artifactId>
<version>${version.net.sf.dozer}</version>
</dependency>
<dependency>
<groupId>net.sf.dozer</groupId>
<artifactId>dozer-osgi</artifactId>
<version>${version.net.sf.dozer}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>${version.org.apache.commons.lang3}</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
<version>${version.org.apache.cxf}</version>
<exclusions>
<exclusion>
<groupId>asm</groupId>
<artifactId>asm</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>${version.org.apache.httpcomponents.httpclient}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>${version.org.apache.httpcomponents.httpcore}</version>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-core-asl</artifactId>
<version>${version.org.codehaus.jackson}</version>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
<version>${version.org.codehaus.jackson}</version>
</dependency>
<dependency>
<groupId>org.codehaus.jettison</groupId>
<artifactId>jettison</artifactId>
<version>${version.org.codehaus.jettison}</version>
</dependency>
<dependency>
<groupId>org.jgroups</groupId>
<artifactId>jgroups</artifactId>
<version>${version.org.jgroups}</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>
<modules>
<module>bom</module>
<module>core</module>
<module>components</module>
<module>console</module>
<module>quickstarts</module>
<module>release</module>
</modules>
</project>
<!--
Modified by POM Manipulation Extension for Maven 2.13.1 ( SHA: 7bd176c6 )
-->