<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" 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>org.jetbrains.patronus</groupId>
  <artifactId>codeowners-lib-cli</artifactId>
  <version>2026.04.21-1547</version>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.patronus</groupId>
      <artifactId>codeowners-client</artifactId>
      <version>2026.04.21-1547</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.patronus</groupId>
      <artifactId>codeowners-lib-core</artifactId>
      <version>2026.04.21-1547</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.patronus</groupId>
      <artifactId>codeowners-lib-gen-github</artifactId>
      <version>2026.04.21-1547</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.patronus</groupId>
      <artifactId>codeowners-lib-gen-space</artifactId>
      <version>2026.04.21-1547</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.patronus</groupId>
      <artifactId>codeowners-lib-group-ref-checker</artifactId>
      <version>2026.04.21-1547</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.patronus</groupId>
      <artifactId>codeowners-lib-serialization</artifactId>
      <version>2026.04.21-1547</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.patronus</groupId>
      <artifactId>codeowners-lib-auth</artifactId>
      <version>2026.04.21-1547</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>2.3.10</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.patronus</groupId>
      <artifactId>logging</artifactId>
      <version>2026.04.21-1547</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.github.ajalt.clikt</groupId>
      <artifactId>clikt-core-jvm</artifactId>
      <version>5.1.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>ch.qos.logback</groupId>
      <artifactId>logback-classic</artifactId>
      <version>1.4.14</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-coroutines-core-jvm</artifactId>
      <version>1.10.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-serialization-json-jvm</artifactId>
      <version>1.9.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.ktor</groupId>
      <artifactId>ktor-client-cio-jvm</artifactId>
      <version>3.1.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.teamcity</groupId>
      <artifactId>serviceMessages</artifactId>
      <version>2024.07</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.patronus</groupId>
      <artifactId>patronus-api-annotations</artifactId>
      <version>2026.04.21-1547</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
