<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.modules</groupId>
    <artifactId>kie-eap-dynamic-modules</artifactId>
    <version>6.1.0.Beta2</version>
  </parent>

  <artifactId>org-kie-wb-webapp</artifactId>
  <name>KIE EAP - BPMS dynamic module</name>
  <packaging>pom</packaging>

  <properties>
    <module.name>org.kie.webapp</module.name>
    <module.type>dynamic</module.type>
  </properties>

  <dependencies>

    <!-- The WAR dependency. -->
    <dependency>
      <groupId>org.kie</groupId>
      <artifactId>kie-wb-distribution-wars</artifactId>
      <version>${project.version}</version>
      <type>war</type>
      <classifier>eap-6_1</classifier>
    </dependency>

  </dependencies>

</project>
