<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>org.spongepowered</groupId>
  <artifactId>vanillagradle</artifactId>
  <version>0.1</version>
  <name>VanillaGradle</name>
  <description>Set up a Minecraft workspace for project development</description>
  <url>https://spongepowered.org</url>
  <organization>
    <name>SpongePowered</name>
    <url>https://spongepowered.org</url>
  </organization>
  <licenses>
    <license>
      <name>MIT</name>
      <url>https://github.com/SpongePowered/VanillaGradle/raw/master/LICENSE.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <connection>scm:git:git://github.com/SpongePowered/VanillaGradle.git</connection>
    <developerConnection>scm:git:ssh://github.com/SpongePowered/VanillaGradle.git</developerConnection>
    <url>https://github.com/SpongePowered/VanillaGradle</url>
  </scm>
  <ciManagement>
    <system>GitHub Actions</system>
    <url>https://github.com/SpongePowered/VanillaGradle.git</url>
  </ciManagement>
  <dependencies>
    <dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <version>2.8.6</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>de.undercouch</groupId>
      <artifactId>gradle-download-task</artifactId>
      <version>4.1.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.cadixdev</groupId>
      <artifactId>atlas</artifactId>
      <version>0.2.1</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>*</artifactId>
          <groupId>org.ow2.asm</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.cadixdev</groupId>
      <artifactId>lorenz</artifactId>
      <version>0.5.6</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.cadixdev</groupId>
      <artifactId>lorenz-asm</artifactId>
      <version>0.5.6</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>*</artifactId>
          <groupId>org.ow2.asm</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.cadixdev</groupId>
      <artifactId>lorenz-io-proguard</artifactId>
      <version>0.5.6</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>gradle.plugin.org.jetbrains.gradle.plugin.idea-ext</groupId>
      <artifactId>gradle-idea-ext</artifactId>
      <version>0.10</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.ow2.asm</groupId>
      <artifactId>asm</artifactId>
      <version>9.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.ow2.asm</groupId>
      <artifactId>asm-commons</artifactId>
      <version>9.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.ow2.asm</groupId>
      <artifactId>asm-util</artifactId>
      <version>9.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
