<?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>com.github.seeseemelk</groupId>
  <artifactId>MockBukkit-v1.17</artifactId>
  <version>1.11.0</version>
  <name>MockBukkit-v1.17</name>
  <description>MockBukkit is a mocking framework for bukkit to allow the easy unit testing of Bukkit plugins.</description>
  <url>https://github.com/MockBukkit/MockBukkit</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://github.com/MockBukkit/MockBukkit/blob/v1.17/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>seeseemelk</id>
      <name>Sebastiaan de Schaetzen</name>
      <email>sebastiaan.de.schaetzen@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/MockBukkit/MockBukkit.git</connection>
    <developerConnection>scm:git:ssh://github.com:MockBukkit/MockBukkit.git</developerConnection>
    <url>https://github.com/MockBukkit/MockBukkit/tree/v1.17</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.spigotmc</groupId>
      <artifactId>spigot-api</artifactId>
      <version>1.17.1-R0.1-SNAPSHOT</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.junit.jupiter</groupId>
      <artifactId>junit-jupiter</artifactId>
      <version>5.7.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.hamcrest</groupId>
      <artifactId>hamcrest-library</artifactId>
      <version>2.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>commons-io</groupId>
      <artifactId>commons-io</artifactId>
      <version>2.11.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains</groupId>
      <artifactId>annotations</artifactId>
      <version>21.0.1</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
