<?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>dev.lukebemish</groupId>
  <artifactId>taskgraphrunner</artifactId>
  <version>0.1.4</version>
  <name>TaskGraphRunner</name>
  <description>A tool to create and execute acyclic directed graphs of tasks, with locking and up-to-date checking</description>
  <url>https://github.com/lukebemishprojects/TaskGraphRunner</url>
  <licenses>
    <license>
      <name>LGPL-3.0-or-later</name>
      <url>https://spdx.org/licenses/LGPL-3.0-or-later</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>lukebemish</id>
      <name>Luke Bemish</name>
      <email>lukebemish@lukebemish.dev</email>
      <url>https://github.com/lukebemish</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/lukebemishprojects/TaskGraphRunner.git</connection>
    <url>https://github.com/lukebemishprojects/TaskGraphRunner</url>
  </scm>
  <issueManagement>
    <url>https://github.com/lukebemishprojects/TaskGraphRunner/issues</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>org.jspecify</groupId>
      <artifactId>jspecify</artifactId>
      <version>0.3.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>net.neoforged</groupId>
      <artifactId>AutoRenamingTool</artifactId>
      <version>2.0.4</version>
      <classifier>all</classifier>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.vineflower</groupId>
      <artifactId>vineflower</artifactId>
      <version>1.10.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>dev.lukebemish</groupId>
      <artifactId>linemapper</artifactId>
      <version>0.1.0</version>
      <classifier>jst</classifier>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>net.neoforged.accesstransformers</groupId>
      <artifactId>at-cli</artifactId>
      <version>11.0.1</version>
      <classifier>fatjar</classifier>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>net.neoforged</groupId>
      <artifactId>mergetool</artifactId>
      <version>2.0.6</version>
      <classifier>fatjar</classifier>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>net.neoforged.jst</groupId>
      <artifactId>jst-cli-bundle</artifactId>
      <version>1.0.67</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>dev.lukebemish</groupId>
      <artifactId>linemapper</artifactId>
      <version>0.1.0</version>
      <classifier>all</classifier>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>codechicken</groupId>
      <artifactId>DiffPatch</artifactId>
      <version>1.5.0.29</version>
      <classifier>all</classifier>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>info.picocli</groupId>
      <artifactId>picocli</artifactId>
      <version>4.7.6</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-simple</artifactId>
      <version>2.0.13</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.ow2.asm</groupId>
      <artifactId>asm</artifactId>
      <version>9.7</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>net.fabricmc</groupId>
      <artifactId>mapping-io</artifactId>
      <version>0.6.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.parchmentmc</groupId>
      <artifactId>feather</artifactId>
      <version>1.1.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.parchmentmc.feather</groupId>
      <artifactId>io-gson</artifactId>
      <version>1.1.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <version>2.11.0</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
  </dependencies>
</project>
