<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ nemesis Platform - NExt-generation Multichannel E-commerce SYStem
  ~
  ~ Copyright (c) 2010 - 2017 nemesis
  ~ All rights reserved.
  ~
  ~ This software is the confidential and proprietary information of nemesis
  ~ ("Confidential Information"). You shall not disclose such Confidential
  ~ Information and shall use it only in accordance with the terms of the
  ~ license agreement you entered into with nemesis.
  -->
<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>io.nemesis.platform.module.dmn</groupId>
        <artifactId>dmn</artifactId>
        <version>2.3.20.RELEASE</version>
    </parent>
    <artifactId>nemesis-module-droolsdmn</artifactId>
    <packaging>jar</packaging>

    <name>DroolsDMN</name>
    <url>http://docs.nemesis.io/current/platform/module/dmn/droolsdmn</url>

    <properties>
        <project.directory>dmn</project.directory>
        <maven-automatic-module-name>io.nemesis.platform.module.dmn.droolsdmn</maven-automatic-module-name>
    </properties>

    <dependencies>
        <dependency>
            <groupId>io.nemesis.platform</groupId>
            <artifactId>nemesis-platform-core</artifactId>
        </dependency>
        <dependency>
            <groupId>io.nemesis.platform.module</groupId>
            <artifactId>nemesis-module-kie</artifactId>
        </dependency>
        <dependency>
            <groupId>io.nemesis.platform.module.dmn</groupId>
            <artifactId>nemesis-module-dmn-api</artifactId>
        </dependency>
        <dependency>
            <groupId>org.kie.server</groupId>
            <artifactId>kie-server-services-dmn</artifactId>
            <exclusions>
                <exclusion>
                    <groupId>com.google.guava</groupId>
                    <artifactId>guava</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
        <dependency>
            <groupId>org.kie.server</groupId>
            <artifactId>kie-server-rest-dmn</artifactId>
        </dependency>

    </dependencies>


</project>
