<?xml version="1.0" encoding="UTF-8"?>
<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>
    <artifactId>switchyard-forge-components</artifactId>
    <groupId>org.switchyard.components</groupId>
    <version>0.5.0.Final</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.switchyard</groupId>
  <artifactId>switchyard-forge-rules-plugin</artifactId>
  <name>SwitchYard: Rules Component Forge Plugin</name>
  <description>Rules Component Forge Support</description>
  <url>http://switchyard.org</url>
  <build>
    <plugins>
      <plugin>
        <artifactId>maven-shade-plugin</artifactId>
        <executions>
          <execution>
            <phase>package</phase>
            <goals>
              <goal>shade</goal>
            </goals>
            <configuration>
              <artifactSet>
                <includes>
                  <include>org.switchyard.components:switchyard-component-rules</include>
                </includes>
              </artifactSet>
              <filters>
                <filter>
                  <artifact>org.switchyard.components:switchyard-component-rules</artifact>
                  <includes>
                    <include>org/switchyard/config/**</include>
                    <include>org/switchyard/component/rules/*</include>
                    <include>org/switchyard/component/rules/config/model/**</include>
                  </includes>
                </filter>
              </filters>
            </configuration>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>
  <dependencies>
    <dependency>
      <groupId>org.apache.xalan</groupId>
      <artifactId>serializer</artifactId>
      <version>2.7.1-1.jbossorg</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.xalan</groupId>
      <artifactId>xalan</artifactId>
      <version>2.7.1-1.jbossorg</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jboss.forge</groupId>
      <artifactId>forge-shell</artifactId>
      <version>1.0.2.Final</version>
      <scope>test</scope>
      <exclusions>
        <exclusion>
          <artifactId>forge-project-model-maven</artifactId>
          <groupId>org.jboss.forge</groupId>
        </exclusion>
        <exclusion>
          <artifactId>forge-parser-java</artifactId>
          <groupId>org.jboss.forge</groupId>
        </exclusion>
        <exclusion>
          <artifactId>forge-git-tools</artifactId>
          <groupId>org.jboss.forge</groupId>
        </exclusion>
        <exclusion>
          <artifactId>jboss-modules</artifactId>
          <groupId>org.jboss.modules</groupId>
        </exclusion>
        <exclusion>
          <artifactId>weld-se-core</artifactId>
          <groupId>org.jboss.weld.se</groupId>
        </exclusion>
        <exclusion>
          <artifactId>weld-core</artifactId>
          <groupId>org.jboss.weld</groupId>
        </exclusion>
        <exclusion>
          <artifactId>slf4j-log4j12</artifactId>
          <groupId>org.slf4j</groupId>
        </exclusion>
        <exclusion>
          <artifactId>apache-log4j-extras</artifactId>
          <groupId>log4j</groupId>
        </exclusion>
        <exclusion>
          <artifactId>jboss-logmanager</artifactId>
          <groupId>org.jboss.logmanager</groupId>
        </exclusion>
        <exclusion>
          <artifactId>jline</artifactId>
          <groupId>org.sonatype.jline</groupId>
        </exclusion>
        <exclusion>
          <artifactId>jansi</artifactId>
          <groupId>org.fusesource.jansi</groupId>
        </exclusion>
        <exclusion>
          <artifactId>commons-configuration</artifactId>
          <groupId>commons-configuration</groupId>
        </exclusion>
        <exclusion>
          <artifactId>httpclient</artifactId>
          <groupId>org.apache.httpcomponents</groupId>
        </exclusion>
        <exclusion>
          <artifactId>snakeyaml</artifactId>
          <groupId>org.yaml</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.jboss.forge</groupId>
      <artifactId>forge-shell-api</artifactId>
      <version>1.0.2.Final</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jboss.forge</groupId>
      <artifactId>forge-test-harness</artifactId>
      <version>1.0.2.Final</version>
      <scope>test</scope>
      <exclusions>
        <exclusion>
          <artifactId>arquillian-junit-container</artifactId>
          <groupId>org.jboss.arquillian.junit</groupId>
        </exclusion>
        <exclusion>
          <artifactId>arquillian-weld-ee-embedded-1.1</artifactId>
          <groupId>org.jboss.arquillian.container</groupId>
        </exclusion>
        <exclusion>
          <artifactId>jboss-javaee-6.0</artifactId>
          <groupId>org.jboss.spec</groupId>
        </exclusion>
        <exclusion>
          <artifactId>el-api</artifactId>
          <groupId>javax.el</groupId>
        </exclusion>
        <exclusion>
          <artifactId>weld-api</artifactId>
          <groupId>org.jboss.weld</groupId>
        </exclusion>
        <exclusion>
          <artifactId>cal10n-api</artifactId>
          <groupId>ch.qos.cal10n</groupId>
        </exclusion>
        <exclusion>
          <artifactId>slf4j-log4j12</artifactId>
          <groupId>org.slf4j</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.switchyard</groupId>
      <artifactId>switchyard-config</artifactId>
      <version>0.5.0.Final</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.switchyard</groupId>
      <artifactId>switchyard-forge-common</artifactId>
      <version>0.5.0.Final</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.switchyard</groupId>
      <artifactId>switchyard-forge-plugin</artifactId>
      <version>0.5.0.Final</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.switchyard</groupId>
      <artifactId>switchyard-runtime</artifactId>
      <version>0.5.0.Final</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.switchyard</groupId>
      <artifactId>switchyard-deploy</artifactId>
      <version>0.5.0.Final</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.switchyard</groupId>
      <artifactId>switchyard-test</artifactId>
      <version>0.5.0.Final</version>
      <scope>test</scope>
      <exclusions>
        <exclusion>
          <artifactId>jboss-interceptor-core</artifactId>
          <groupId>org.jboss.interceptor</groupId>
        </exclusion>
        <exclusion>
          <artifactId>commons-httpclient</artifactId>
          <groupId>commons-httpclient</groupId>
        </exclusion>
        <exclusion>
          <artifactId>not-yet-commons-ssl</artifactId>
          <groupId>org.apache.commons</groupId>
        </exclusion>
        <exclusion>
          <artifactId>slf4j-ext</artifactId>
          <groupId>org.slf4j</groupId>
        </exclusion>
        <exclusion>
          <artifactId>jbpm-bpmn2</artifactId>
          <groupId>org.jbpm</groupId>
        </exclusion>
        <exclusion>
          <artifactId>jbpm-flow</artifactId>
          <groupId>org.jbpm</groupId>
        </exclusion>
        <exclusion>
          <artifactId>jbpm-flow-builder</artifactId>
          <groupId>org.jbpm</groupId>
        </exclusion>
        <exclusion>
          <artifactId>jbpm-human-task-core</artifactId>
          <groupId>org.jbpm</groupId>
        </exclusion>
        <exclusion>
          <artifactId>jbpm-human-task-mina</artifactId>
          <groupId>org.jbpm</groupId>
        </exclusion>
        <exclusion>
          <artifactId>jbpm-persistence-jpa</artifactId>
          <groupId>org.jbpm</groupId>
        </exclusion>
        <exclusion>
          <artifactId>jbpm-workitems</artifactId>
          <groupId>org.jbpm</groupId>
        </exclusion>
        <exclusion>
          <artifactId>hornetq-ra</artifactId>
          <groupId>org.hornetq</groupId>
        </exclusion>
        <exclusion>
          <artifactId>hornetq-core-client</artifactId>
          <groupId>org.hornetq</groupId>
        </exclusion>
        <exclusion>
          <artifactId>hornetq-jms-client</artifactId>
          <groupId>org.hornetq</groupId>
        </exclusion>
        <exclusion>
          <artifactId>hornetq-core</artifactId>
          <groupId>org.hornetq</groupId>
        </exclusion>
        <exclusion>
          <artifactId>hornetq-jms</artifactId>
          <groupId>org.hornetq</groupId>
        </exclusion>
        <exclusion>
          <artifactId>netty</artifactId>
          <groupId>org.jboss.netty</groupId>
        </exclusion>
        <exclusion>
          <artifactId>shrinkwrap-impl-base</artifactId>
          <groupId>org.jboss.shrinkwrap</groupId>
        </exclusion>
        <exclusion>
          <artifactId>shrinkwrap-api</artifactId>
          <groupId>org.jboss.shrinkwrap</groupId>
        </exclusion>
        <exclusion>
          <artifactId>shrinkwrap-spi</artifactId>
          <groupId>org.jboss.shrinkwrap</groupId>
        </exclusion>
        <exclusion>
          <artifactId>shrinkwrap-resolver-impl-maven</artifactId>
          <groupId>org.jboss.shrinkwrap.resolver</groupId>
        </exclusion>
        <exclusion>
          <artifactId>shrinkwrap-descriptors-api</artifactId>
          <groupId>org.jboss.shrinkwrap.descriptors</groupId>
        </exclusion>
        <exclusion>
          <artifactId>ironjacamar-core-api</artifactId>
          <groupId>org.jboss.ironjacamar</groupId>
        </exclusion>
        <exclusion>
          <artifactId>ironjacamar-embedded</artifactId>
          <groupId>org.jboss.ironjacamar</groupId>
        </exclusion>
        <exclusion>
          <artifactId>ironjacamar-deployers-common</artifactId>
          <groupId>org.jboss.ironjacamar</groupId>
        </exclusion>
        <exclusion>
          <artifactId>ironjacamar-deployers-fungal</artifactId>
          <groupId>org.jboss.ironjacamar</groupId>
        </exclusion>
        <exclusion>
          <artifactId>ironjacamar-common-impl-papaki</artifactId>
          <groupId>org.jboss.ironjacamar</groupId>
        </exclusion>
        <exclusion>
          <artifactId>fungal</artifactId>
          <groupId>com.github.fungal</groupId>
        </exclusion>
        <exclusion>
          <artifactId>jboss-as-naming</artifactId>
          <groupId>org.jboss.as</groupId>
        </exclusion>
        <exclusion>
          <artifactId>jboss-as-connector</artifactId>
          <groupId>org.jboss.as</groupId>
        </exclusion>
        <exclusion>
          <artifactId>hibernate-validator</artifactId>
          <groupId>org.hibernate</groupId>
        </exclusion>
        <exclusion>
          <artifactId>jboss-connector-api_1.6_spec</artifactId>
          <groupId>org.jboss.spec.javax.resource</groupId>
        </exclusion>
        <exclusion>
          <artifactId>weld-se-core</artifactId>
          <groupId>org.jboss.weld.se</groupId>
        </exclusion>
        <exclusion>
          <artifactId>slf4j-log4j12</artifactId>
          <groupId>org.slf4j</groupId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
</project>

