<?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>com.epam.drill.plugins.test2code</groupId>
  <artifactId>api</artifactId>
  <version>0.8.0-79</version>
  <name>api</name>
  <description>GitHub Actions Maven Central</description>
  <url>hhttps://github.com/Drill4J/api</url>
  <licenses>
    <license>
      <name>Apache 2.0</name>
      <url>https://opensource.org/licenses/Apache-2.0</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>Drill4J</id>
      <name>Drill4J</name>
      <email>drill4j@gmail.com</email>
      <url>https://drill4j.github.io/</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/Drill4J/api.git</connection>
    <developerConnection>scm:git:git@github.com:Drill4J/api.git</developerConnection>
    <url>https://github.com/Drill4J/api</url>
  </scm>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>com.epam.drill</groupId>
        <artifactId>common</artifactId>
        <version>0.8.0-9</version>
      </dependency>
      <dependency>
        <groupId>com.epam.drill</groupId>
        <artifactId>drill-admin-part</artifactId>
        <version>0.8.0-9</version>
      </dependency>
      <dependency>
        <groupId>com.epam.drill</groupId>
        <artifactId>drill-agent-part</artifactId>
        <version>0.8.0-9</version>
      </dependency>
      <dependency>
        <groupId>org.jetbrains.kotlinx</groupId>
        <artifactId>atomicfu</artifactId>
        <version>0.16.3</version>
      </dependency>
      <dependency>
        <groupId>org.jetbrains.kotlinx</groupId>
        <artifactId>kotlinx-serialization-core</artifactId>
        <version>1.3.1</version>
      </dependency>
      <dependency>
        <groupId>org.jetbrains.kotlinx</groupId>
        <artifactId>kotlinx-serialization-json</artifactId>
        <version>1.3.1</version>
      </dependency>
      <dependency>
        <groupId>org.jetbrains.kotlinx</groupId>
        <artifactId>kotlinx-serialization-protobuf</artifactId>
        <version>1.3.1</version>
      </dependency>
      <dependency>
        <groupId>org.jetbrains.kotlinx</groupId>
        <artifactId>kotlinx-coroutines-core</artifactId>
        <version>1.5.2</version>
      </dependency>
      <dependency>
        <groupId>org.jetbrains.kotlinx</groupId>
        <artifactId>kotlinx-collections-immutable</artifactId>
        <version>0.3.4</version>
      </dependency>
      <dependency>
        <groupId>org.jetbrains.kotlinx</groupId>
        <artifactId>kotlinx-collections-immutable-jvm</artifactId>
        <version>0.3.4</version>
      </dependency>
      <dependency>
        <groupId>io.ktor</groupId>
        <artifactId>ktor-locations</artifactId>
        <version>1.6.3</version>
      </dependency>
      <dependency>
        <groupId>com.github.luben</groupId>
        <artifactId>zstd-jni</artifactId>
        <version>1.5.0-4</version>
      </dependency>
      <dependency>
        <groupId>org.jacoco</groupId>
        <artifactId>org.jacoco.core</artifactId>
        <version>0.8.7</version>
      </dependency>
      <dependency>
        <groupId>org.apache.bcel</groupId>
        <artifactId>bcel</artifactId>
        <version>6.5.0</version>
      </dependency>
      <dependency>
        <groupId>org.junit.jupiter</groupId>
        <artifactId>junit-jupiter</artifactId>
        <version>5.5.2</version>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>
