<?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.jacodb</groupId>
  <artifactId>jacodb-analysis</artifactId>
  <version>1.4.3</version>
  <name>org.jacodb</name>
  <description>analyse JVM bytecode with pleasure</description>
  <url>https://www.jacodb.org</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>lehvolk</id>
      <name>Alexey Volkov</name>
      <email>lehvolk@yandex.ru</email>
    </developer>
    <developer>
      <id>volivan239</id>
      <name>Ivan Volkov</name>
      <email>volkov.ivan2004@gmail.com</email>
    </developer>
    <developer>
      <id>AbdullinAM</id>
      <name>Azat Abdullin</name>
      <email>azat.aam@gmail.com</email>
    </developer>
    <developer>
      <id>CaelmBleidd</id>
      <name>Alexey Menshutin</name>
      <email>alex.menshutin99@gmail.com</email>
    </developer>
    <developer>
      <id>sergeypospelov</id>
      <name>Sergey Pospelov</name>
      <email>sergeypospelov59@gmail.com</email>
    </developer>
    <developer>
      <id>UnitTestBot</id>
      <name>UnitTestBot Team</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/UnitTestBot/jacodb.git</connection>
    <developerConnection>scm:git:https://github.com/UnitTestBot/jacodb.git</developerConnection>
    <url>https://www.jacodb.org</url>
  </scm>
  <issueManagement>
    <url>https://github.com/UnitTestBot/jacodb/issues</url>
  </issueManagement>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.jetbrains.kotlin</groupId>
        <artifactId>kotlin-bom</artifactId>
        <version>1.7.21</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>org.jacodb</groupId>
      <artifactId>jacodb-core</artifactId>
      <version>1.4.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jacodb</groupId>
      <artifactId>jacodb-api</artifactId>
      <version>1.4.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.7.21</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.github.microutils</groupId>
      <artifactId>kotlin-logging</artifactId>
      <version>1.8.3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-simple</artifactId>
      <version>1.7.36</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-coroutines-core-jvm</artifactId>
      <version>1.6.4</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-serialization-json-jvm</artifactId>
      <version>1.4.1</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
