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

  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.drools</groupId>
    <artifactId>droolsjbpm-integration</artifactId>
    <version>7.65.0.Final</version>
  </parent>

  <groupId>org.kie</groupId>
  <artifactId>kie-osgi</artifactId>
  <packaging>pom</packaging>

  <name>KIE :: OSGi Integration Parent Project</name>

  <properties>
    <!-- The OSGi modules depend on both non-osgi and osgi jars (with different GAs. It seems there is no easy way
         to fix this. -->
    <enforcer.failOnDuplicatedClasses>false</enforcer.failOnDuplicatedClasses>
    <enforcer.failOnBannedDependencies>false</enforcer.failOnBannedDependencies>
  </properties>

  <modules>
    <module>kie-karaf-itests-domain-model</module>
    <module>kie-osgi-integration</module>
    <module>kie-osgi-servlet3-compatibility</module>
    <module>kie-karaf-features</module>
    <module>kie-karaf-itests</module>
  </modules>

</project>