<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.64.0.Final</version>
  </parent>

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

  <name>KIE :: Execution Server :: Remote</name>
  <description>KIE Execution Server Remote Services</description>

  <modules>
    <module>kie-server-client</module>
    <module>kie-server-jms</module>
    <module>kie-server-rest</module>
  </modules>

</project>
