<?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>
    <groupId>ai.timefold.solver.enterprise</groupId>
    <artifactId>timefold-solver-enterprise-quarkus-integration</artifactId>
    <version>2.2.0</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>

  <artifactId>timefold-solver-enterprise-quarkus-integration-tests</artifactId>
  <packaging>pom</packaging>

  <name>Timefold Solver Enterprise Edition - Quarkus</name>
  <description>
    Timefold solves planning problems.
    This lightweight, embeddable planning engine implements powerful and scalable algorithms
    to optimize business resource scheduling and planning.

    This module contains Quarkus integration code of Timefold Solver Enterprise Edition.
  </description>
  <url>https://timefold.ai</url>

  <modules>
    <module>core-integration-test</module>
    <module>jackson-integration-test</module>
  </modules>

</project>
