<?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">

  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.kie</groupId>
    <artifactId>drools-build-parent</artifactId>
    <version>8.32.0.Final</version>
    <relativePath>../build-parent/pom.xml</relativePath>
  </parent>

  <artifactId>kie-util</artifactId>
  <packaging>pom</packaging>

  <name>KIE :: Util</name>
  <description>Top level pom for KIE utility classes</description>

  <modules>
    <module>kie-util-maven-support</module>
    <module>kie-util-maven-integration</module>
    <module>kie-util-xml</module>
  </modules>

</project>
