<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.kie.kogito</groupId>
    <artifactId>kogito-apps-build-parent</artifactId>
    <version>1.43.0-SNAPSHOT</version>
    <relativePath>../kogito-apps-build-parent/pom.xml</relativePath>
  </parent>
  <artifactId>apps-integration-tests</artifactId>
  <name>Kogito Apps :: Integration Tests</name>
  <packaging>pom</packaging>

  <modules>
    <module>integration-tests-data-index-service</module>
  </modules>

  <profiles>
    <profile>
      <id>default</id>
      <activation>
        <property>
          <name>!productized</name>
        </property>
      </activation>
      <modules>
        <module>integration-tests-jobs-service</module>
        <module>integration-tests-trusty-audit</module>
        <module>integration-tests-trusty-service</module>
      </modules>
    </profile>
  </profiles>

</project>
