<?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>data-index</artifactId>
    <groupId>org.kie.kogito</groupId>
    <version>1.44.1.Final</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>

  <artifactId>data-index-test-utils</artifactId>
  <name>Kogito Apps :: Data Index Test Utils</name>

  <dependencies>
    <dependency>
      <groupId>org.kie.kogito</groupId>
      <artifactId>data-index-common</artifactId>
    </dependency>
    <dependency>
      <groupId>org.kie.kogito</groupId>
      <artifactId>kogito-quarkus-test-utils</artifactId>
    </dependency>
    <dependency>
      <groupId>org.testcontainers</groupId>
      <artifactId>testcontainers</artifactId>
      <version>${version.org.testcontainers}</version>
    </dependency>
  </dependencies>

</project>
