<?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>kie-drl</artifactId>
        <groupId>org.kie</groupId>
        <version>8.37.0.Final</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>kie-drl-compilation-common</artifactId>

    <name>KIE :: DRL :: Compilation :: Common</name>
    <description>Common code for DRL Compilation</description>

    <properties>
        <skip.jdepend>false</skip.jdepend>
    </properties>

    <dependencies>
      <dependency>
        <groupId>org.kie</groupId>
        <artifactId>efesto-compilation-manager-core</artifactId>
      </dependency>
      <dependency>
        <groupId>org.drools</groupId>
        <artifactId>drools-model-codegen</artifactId>
      </dependency>
      <dependency>
        <groupId>org.drools</groupId>
        <artifactId>drools-ruleunits-api</artifactId>
      </dependency>
      <dependency>
        <groupId>org.drools</groupId>
        <artifactId>drools-ruleunits-impl</artifactId>
      </dependency>
      <dependency>
        <groupId>org.kie</groupId>
        <artifactId>kie-drl-api</artifactId>
      </dependency>
    </dependencies>
</project>