<?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/xsd/maven-4.0.0.xsd">
  <parent>
    <artifactId>efesto</artifactId>
    <groupId>org.kie</groupId>
    <version>8.40.0.Final</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>

  <artifactId>efesto-dependencies</artifactId>
  <packaging>jar</packaging>

  <name>KIE :: Efesto :: Dependencies</name>
  <description>
    Declare this artifact as "pom" dependency to import all default efesto modules.
  </description>

  <properties>
    <skip.jdepend>true</skip.jdepend>
  </properties>

  <dependencies>
    <dependency>
      <groupId>org.kie</groupId>
      <artifactId>efesto-common-utils</artifactId>
    </dependency>
    <dependency>
      <groupId>org.kie</groupId>
      <artifactId>efesto-common-api</artifactId>
    </dependency>
    <dependency>
      <groupId>org.kie</groupId>
      <artifactId>efesto-common-core</artifactId>
    </dependency>
    <dependency>
      <groupId>org.kie</groupId>
      <artifactId>efesto-compilation-manager-api</artifactId>
    </dependency>
    <dependency>
      <groupId>org.kie</groupId>
      <artifactId>efesto-compilation-manager-core</artifactId>
    </dependency>
    <dependency>
      <groupId>org.kie</groupId>
      <artifactId>efesto-runtime-manager-api</artifactId>
    </dependency>
    <dependency>
      <groupId>org.kie</groupId>
      <artifactId>efesto-runtime-manager-core</artifactId>
      <exclusions>
        <exclusion>
          <groupId>org.kie</groupId>
          <artifactId>efesto-runtime-manager-api</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <!-- ENGINES -->
    <!-- External -->
    <!-- Logging -->
    <!-- Test -->
  </dependencies>


</project>