<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" 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.kogito</groupId>
    <artifactId>kogito-build-parent</artifactId>
    <version>1.37.0.Final</version>
    <relativePath>../kogito-build/kogito-build-parent/pom.xml</relativePath>
  </parent>
  <artifactId>kogito-workitems</artifactId>
  <packaging>pom</packaging>
  <name>Kogito :: Workitems</name>

  <description>Kogito work items handlers</description>

  <modules>
    <module>kogito-rest-workitem</module>
    <module>kogito-jackson-utils</module>
  </modules>
  <dependencies>
    <dependency>
      <groupId>org.assertj</groupId>
      <artifactId>assertj-core</artifactId>
      <scope>test</scope>
    </dependency>
  </dependencies>

</project>