<?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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.github.LeonMangler</groupId>
  <artifactId>SuperVanish</artifactId>
  <version>6.2.1</version>
  <name>LeonMangler/SuperVanish</name>
  <description>Allows server admins to be completely invisible and undetectable for other players</description>
  <url>https://www.spigotmc.org/resources/supervanish-be-invisible.1331/</url>
  <inceptionYear>2015</inceptionYear>
  <licenses>
    <license>
      <name>Mozilla Public License 2.0</name>
      <url>https://api.github.com/licenses/mpl-2.0</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>LeonMangler</id>
      <name>Leon Mangler</name>
      <email></email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git://github.com/LeonMangler/SuperVanish.git</connection>
    <developerConnection>scm:git://github.com/LeonMangler/SuperVanish.git</developerConnection>
    <url>git://github.com/LeonMangler/SuperVanish.git</url>
  </scm>
  <properties>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.spigotmc</groupId>
      <artifactId>spigot-api</artifactId>
      <version>1.15.2-R0.1-SNAPSHOT</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.projectlombok</groupId>
      <artifactId>lombok</artifactId>
      <version>1.18.6</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>net.ess3</groupId>
      <artifactId>EssentialsX</artifactId>
      <version>2.17.2</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>com.comphenix.protocol</groupId>
      <artifactId>ProtocolLib-API</artifactId>
      <version>4.4.0-SNAPSHOT</version>
    </dependency>
    <dependency>
      <groupId>net.milkbowl.vault</groupId>
      <artifactId>VaultAPI</artifactId>
      <version>1.7</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>net.citizensnpcs</groupId>
      <artifactId>citizensapi</artifactId>
      <version>2.0.25-SNAPSHOT</version>
    </dependency>
    <dependency>
      <groupId>ca.jamiesinn.trailgui</groupId>
      <artifactId>TrailGUI</artifactId>
      <version>1.0</version>
      <scope>system</scope>
      <systemPath>${basedir}/dependencies/TrailGUI-5.15-SNAPSHOT.jar</systemPath>
    </dependency>
    <dependency>
      <groupId>org.dynmap</groupId>
      <artifactId>Dynmap</artifactId>
      <version>1.0</version>
      <scope>system</scope>
      <systemPath>${basedir}/dependencies/Dynmap-3.0-beta-4-spigot.jar</systemPath>
    </dependency>
    <dependency>
      <groupId>me.kvq.plugin.trails</groupId>
      <artifactId>SuperTrails</artifactId>
      <version>1.0</version>
      <scope>system</scope>
      <systemPath>${basedir}/dependencies/SuperTrails.jar</systemPath>
    </dependency>
    <dependency>
      <groupId>be.maximvdw</groupId>
      <artifactId>MVdWPlaceholderAPI</artifactId>
      <version>2.5.1-SNAPSHOT</version>
      <exclusions>
        <exclusion>
          <artifactId>spigot</artifactId>
          <groupId>org.spigotmc</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>me.clip</groupId>
      <artifactId>placeholderapi</artifactId>
      <version>2.10.6</version>
    </dependency>
  </dependencies>
  <repositories>
    <repository>
      <id>spigot-repo</id>
      <url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
    </repository>
    <repository>
      <id>mvdw-software-repo</id>
      <name>MVdW Public Repositories</name>
      <url>http://repo.mvdw-software.be/content/groups/public/</url>
    </repository>
    <repository>
      <id>essentials-repo</id>
      <url>https://ci.ender.zone/plugin/repository/everything/</url>
    </repository>
    <repository>
      <id>dmulloy2-repo</id>
      <url>http://repo.dmulloy2.net/content/groups/public/</url>
    </repository>
    <repository>
      <id>vault-repo</id>
      <url>http://nexus.hc.to/content/repositories/pub_releases</url>
    </repository>
    <repository>
      <id>citizens-repo</id>
      <url>http://repo.citizensnpcs.co</url>
    </repository>
    <repository>
      <id>placeholderapi-repo</id>
      <url>http://repo.extendedclip.com/content/repositories/placeholderapi/</url>
    </repository>
  </repositories>
  <build>
    <plugins>
      <plugin>
        <artifactId>maven-compiler-plugin</artifactId>
        <version>3.8.1</version>
        <configuration>
          <source>1.7</source>
          <target>1.7</target>
          <annotationProcessorPaths>
            <path>
              <groupId>org.projectlombok</groupId>
              <artifactId>lombok</artifactId>
              <version>1.18.6</version>
            </path>
          </annotationProcessorPaths>
        </configuration>
      </plugin>
    </plugins>
  </build>
</project>
