<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.github.mfvanek</groupId>
  <artifactId>pg-index-health-testing</artifactId>
  <version>0.9.1</version>
  <name>pg-index-health-testing</name>
  <description>pg-index-health-testing is an auxiliary library that allows you to run a PostgreSQL cluster in tests.</description>
  <url>https://github.com/mfvanek/pg-index-health</url>
  <licenses>
    <license>
      <name>Apache License Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>mfvanek</id>
      <name>Ivan Vakhrushev</name>
      <email>mfvanek@gmail.com</email>
    </developer>
    <developer>
      <id>Evreke</id>
      <name>Alex Antipin</name>
      <email>evreke@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/mfvanek/pg-index-health.git</connection>
    <developerConnection>scm:git@github.com:mfvanek/pg-index-health.git</developerConnection>
    <url>https://github.com/mfvanek/pg-index-health</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>io.github.mfvanek</groupId>
      <artifactId>pg-index-health-model</artifactId>
      <version>0.9.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.findbugs</groupId>
      <artifactId>jsr305</artifactId>
      <version>3.0.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-dbcp2</artifactId>
      <version>2.9.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.testcontainers</groupId>
      <artifactId>testcontainers</artifactId>
      <version>1.18.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.testcontainers</groupId>
      <artifactId>postgresql</artifactId>
      <version>1.18.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.awaitility</groupId>
      <artifactId>awaitility</artifactId>
      <version>4.2.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
