<?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.github.cryptomorin</groupId>
  <artifactId>kingdoms</artifactId>
  <version>1.16.8.1.1</version>
  <name>KingdomsX</name>
  <description>Battles for might, land and glory.</description>
  <url>https://github.com/CryptoMorin/KingdomsX/</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>http://www.opensource.org/licenses/mit-license.php</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>CryptoMorin</id>
      <name>Crypto Morin</name>
      <email>cryptomorin@gmail.com</email>
      <organization>GitHub</organization>
      <organizationUrl>https://github.com/CryptoMorin</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/CryptoMorin/KingdomsX.git</connection>
    <developerConnection>scm:git:ssh:h//github.com/CryptoMorin/KingdomsX.git</developerConnection>
    <url>https://github.com/CryptoMorin/KingdomsX/</url>
  </scm>
  <issueManagement>
    <system>github</system>
    <url>https://github.com/CryptoMorin/KingdomsX/issues</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>org.kingdoms.services</groupId>
      <artifactId>project-korra</artifactId>
      <version>1.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.kingdoms.services</groupId>
      <artifactId>authentication</artifactId>
      <version>1.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.kingdoms.services.mythicmobs</groupId>
      <artifactId>mythicmobs</artifactId>
      <version>1.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.kingdoms.services.mythicmobs</groupId>
      <artifactId>v4</artifactId>
      <version>1.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.kingdoms.services.mythicmobs</groupId>
      <artifactId>v5</artifactId>
      <version>1.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.kingdoms.services</groupId>
      <artifactId>vault</artifactId>
      <version>1.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.kingdoms.services.vanish</groupId>
      <artifactId>vanish</artifactId>
      <version>2.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.kingdoms.services.worldguard</groupId>
      <artifactId>worldguard</artifactId>
      <version>1.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.kingdoms.services.worldguard</groupId>
      <artifactId>v6</artifactId>
      <version>1.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.kingdoms.services.worldguard</groupId>
      <artifactId>v7</artifactId>
      <version>1.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.kingdoms.services</groupId>
      <artifactId>pets</artifactId>
      <version>1.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.kingdoms.services</groupId>
      <artifactId>service</artifactId>
      <version>1.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>KingdomsX</groupId>
      <artifactId>platform</artifactId>
      <version>unspecified</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>KingdomsX.platform</groupId>
      <artifactId>folia</artifactId>
      <version>unspecified</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.kingdoms.utils.paper</groupId>
      <artifactId>paper</artifactId>
      <version>1.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.snakeyaml</groupId>
      <artifactId>snakeyaml</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.kingdoms.dependencies</groupId>
      <artifactId>libmanager</artifactId>
      <version>1.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.ow2.asm</groupId>
      <artifactId>asm</artifactId>
      <version>9.4</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>*</artifactId>
          <groupId>*</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.ow2.asm</groupId>
      <artifactId>asm-commons</artifactId>
      <version>9.4</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>*</artifactId>
          <groupId>*</groupId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
</project>
