<?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">
  <parent>
    <artifactId>quarkus-extensions</artifactId>
    <groupId>org.kie.kogito</groupId>
    <version>1.29.0.Final</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>

  <artifactId>kogito-quarkus-serverless-workflow-extension</artifactId>
  <name>Kogito :: Quarkus Serverless Workflow Extension</name>

  <packaging>pom</packaging>

  <modules>
    <module>kogito-quarkus-serverless-workflow</module>
    <module>kogito-quarkus-serverless-workflow-deployment</module>
    <module>kogito-quarkus-serverless-workflow-integration-test</module>
    <module>kogito-quarkus-serverless-workflow-image-integration-test</module>
  </modules>

</project>