<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/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.kie.modules</groupId>
    <artifactId>kie-eap-static-modules</artifactId>
    <version>6.2.0.Final</version>
  </parent>

  <groupId>org.kie.modules</groupId>
  <artifactId>org-kie-remote</artifactId>
  <name>KIE EAP - org-kie static module</name>
  <packaging>pom</packaging>

  <properties>
    <module.name>org.kie.remote</module.name>
    <module.type>static</module.type>
    <module.location>org/kie/remote</module.location>
    <module.slot>main</module.slot>
    <!-- Added due to runtime dependencies. -->
    <module.dependencies>org.kie:main:true,javax.xml.bind.api:main,org.jboss.remote-naming:main:true,org.hornetq:main:true</module.dependencies>
  </properties>

  <dependencies>

    <dependency>
      <groupId>org.kie.remote</groupId>
      <artifactId>kie-remote-client</artifactId>
      <type>jar</type>
      <exclusions>
        <exclusion>
          <groupId>org.kie.remote</groupId>
          <artifactId>kie-remote-common</artifactId>
        </exclusion>
        <exclusion>
          <groupId>org.kie.remote.ws</groupId>
          <artifactId>kie-remote-ws-common</artifactId>
        </exclusion>
      </exclusions>
    </dependency>

    <dependency>
      <groupId>org.kie.remote</groupId>
      <artifactId>kie-remote-jaxb</artifactId>
      <type>jar</type>
      <exclusions>
        <exclusion>
          <groupId>org.codehaus.jackson</groupId>
          <artifactId>jackson-xc</artifactId>
        </exclusion>
        <exclusion>
          <groupId>org.codehaus.jackson</groupId>
          <artifactId>jackson-jaxrs</artifactId>
        </exclusion>
        <exclusion>
          <groupId>org.jboss.resteasy</groupId>
          <artifactId>jaxrs-api</artifactId>
        </exclusion>
      </exclusions>
    </dependency>

  </dependencies>
</project>