<?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>com.urielsalis</groupId>
  <artifactId>mc-crash-lib</artifactId>
  <version>2.0.7</version>
  <name>mc-crash-lib</name>
  <description>A library to parse Minecraft crashes and deobfuscate them</description>
  <url>https://github.com/urielsalis/mc-crash-lib</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://www.opensource.org/licenses/mit-license.php</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>urielsalis</id>
      <name>Uriel Salischiker</name>
      <email>sonatype@urielsalis.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/urielsalis/mc-crash-lib.git/</connection>
    <developerConnection>scm:git:ssh://github.com:urielsalis/mc-crash-lib.git</developerConnection>
    <url>https://github.com/urielsalis/mc-crash-lib</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.6.21</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.arrow-kt</groupId>
      <artifactId>arrow-core</artifactId>
      <version>0.10.4</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.arrow-kt</groupId>
      <artifactId>arrow-syntax</artifactId>
      <version>0.10.4</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.arrow-kt</groupId>
      <artifactId>arrow-fx</artifactId>
      <version>0.10.4</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.guardsquare</groupId>
      <artifactId>proguard-retrace</artifactId>
      <version>7.1.0-beta5</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.module</groupId>
      <artifactId>jackson-module-kotlin</artifactId>
      <version>2.12.3</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
