<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.server</groupId>
    <artifactId>kie-server-parent</artifactId>
    <version>7.63.0.Final</version>
  </parent>

  <artifactId>kie-server-wars</artifactId>
  <packaging>pom</packaging>

  <name>KIE :: Execution Server :: Wars</name>
  <description>KIE Execution Server War parent project</description>

  <modules>
    <module>kie-server</module>
    <module>kie-server-distribution</module>
  </modules>

</project>
