2019-09-27 07:02:27 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<groupId>io.github.officereso</groupId>
|
|
|
|
<artifactId>pvp</artifactId>
|
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
<repositories>
|
|
|
|
<repository>
|
|
|
|
<id>spigotmc-repo</id>
|
|
|
|
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
|
|
|
|
</repository>
|
|
|
|
</repositories>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.spigotmc</groupId>
|
|
|
|
<artifactId>spigot-api</artifactId>
|
2020-06-07 05:49:57 -05:00
|
|
|
<version>1.15.2-R0.1-SNAPSHOT</version>
|
2019-09-27 07:02:27 -05:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2020-06-07 05:49:57 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.jetbrains</groupId>
|
|
|
|
<artifactId>annotations</artifactId>
|
|
|
|
<version>16.0.1</version>
|
|
|
|
</dependency>
|
2019-09-27 07:02:27 -05:00
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
</project>
|