switchyard-container-parent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.switchyard</groupId>
<artifactId>switchyard-container-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">
<parent>
<groupId>org.switchyard</groupId>
<artifactId>switchyard-release</artifactId>
<version>2.0.1.redhat-621222</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>switchyard-container-parent</artifactId>
<packaging>pom</packaging>
<name>SwitchYard: Container Parent</name>
<description>SwitchYard Container Parent</description>
<modules>
<module>tests</module>
<module>extension</module>
<module>modules</module>
<module>bundle</module>
</modules>
<dependencies>
<dependency>
<groupId>org.switchyard</groupId>
<artifactId>switchyard-release-distribution</artifactId>
</dependency>
<!--
Test dependencies...
-->
<dependency>
<groupId>org.jvnet.mock-javamail</groupId>
<artifactId>mock-javamail</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.switchyard</groupId>
<artifactId>switchyard-release-testutil</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.jboss.shrinkwrap</groupId>
<artifactId>shrinkwrap-impl-base</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss.shrinkwrap</groupId>
<artifactId>shrinkwrap-api</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss.shrinkwrap</groupId>
<artifactId>shrinkwrap-spi</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss.shrinkwrap.resolver</groupId>
<artifactId>shrinkwrap-resolver-api</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss.shrinkwrap.resolver</groupId>
<artifactId>shrinkwrap-resolver-impl-maven</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss.as</groupId>
<artifactId>jboss-as-server</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-broker</artifactId>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-mqtt</artifactId>
</dependency>
<!-- Quickstart dependencies -->
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-transform-json</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-transform-smooks</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-transform-jaxb</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-transform-xslt</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-transform-dozer</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-camel-service</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-bean-service</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-camel-file-binding</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-camel-cxf-binding</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-camel-hl7</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-camel-jms-binding</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-camel-jpa-binding</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-camel-ftp-binding</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-camel-mail-binding</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-camel-mqtt-binding</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-camel-netty-binding</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-camel-quartz-binding</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-camel-rss-binding</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-camel-sap-binding</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-camel-saxon</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-camel-sql-binding</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-camel-soap-proxy</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-camel-soap-proxy-reverse-service</artifactId>
<type>war</type>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-ear-deployment-ear-assembly</artifactId>
<type>ear</type>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-http-binding</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-remote-invoker</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-rest-binding</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-soap-addressing</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-soap-attachment</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-soap-binding-rpc</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-soap-mtom</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-bpel-say-hello</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-bpel-loan-approval</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-bpel-jms-binding</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-validate-xml</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-jca-inflow-hornetq</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.jboss.as</groupId>
<artifactId>jboss-as-connector</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-jca-outbound-hornetq</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.jboss.as</groupId>
<artifactId>jboss-as-connector</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts</groupId>
<artifactId>switchyard-camel-bus-cdi</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts.demos</groupId>
<artifactId>switchyard-demo-orders</artifactId>
<type>war</type>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts.demos</groupId>
<artifactId>switchyard-demo-policy-transaction</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts.demos</groupId>
<artifactId>switchyard-demo-policy-security-basic</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts.demos</groupId>
<artifactId>switchyard-demo-security-propagation-basic</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts.demos</groupId>
<artifactId>switchyard-demo-policy-security-cert</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts.demos</groupId>
<artifactId>switchyard-demo-policy-security-saml</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts.demos</groupId>
<artifactId>switchyard-demo-policy-security-wss-signencrypt</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.switchyard.quickstarts.demos</groupId>
<artifactId>switchyard-demo-policy-security-wss-username</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
<profiles>
<profile>
<id>wildfly</id>
<activation>
</activation>
<modules>
<module>wildfly</module>
</modules>
</profile>
<profile>
<id>eap</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<modules>
<module>standalone</module>
</modules>
</profile>
<profile>
<id>openshift</id>
<activation>
</activation>
<modules>
<module>openshift</module>
</modules>
</profile>
</profiles>
</project>