<?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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.github.denis-markushin</groupId>
  <artifactId>test-common</artifactId>
  <version>1.2.1</version>
  <name>test-common</name>
  <description>Common test utils</description>
  <url>https://github.com/denis-markushin/common-libs/</url>
  <inceptionYear>2025</inceptionYear>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>http://www.apache.org/licenses/LICENSE-2.0.txt</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>denis-markushin</id>
      <name>Denis Markushin</name>
      <url>https://github.com/denis-markushin/</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com:denis-markushin/common-libs.git</connection>
    <developerConnection>scm:git:ssh://git@github.com:denis-markushin/common-libs.git</developerConnection>
    <url>https://github.com/denis-markushin/common-libs/</url>
  </scm>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>io.github.denis-markushin</groupId>
        <artifactId>bom</artifactId>
        <version>1.2.1</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>2.2.21</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.willowtreeapps.assertk</groupId>
      <artifactId>assertk-jvm</artifactId>
      <version>0.28.1</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
