2019-09-14 15:28:29 +00: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>
|
|
|
|
<parent>
|
|
|
|
<groupId>org.geysermc</groupId>
|
|
|
|
<artifactId>geyser-parent</artifactId>
|
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
</parent>
|
|
|
|
<artifactId>plugin</artifactId>
|
|
|
|
|
|
|
|
<repositories>
|
|
|
|
<repository>
|
|
|
|
<id>bungeecord-repo</id>
|
|
|
|
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
|
|
|
</repository>
|
|
|
|
<repository>
|
2019-09-14 15:44:55 +00:00
|
|
|
<id>dosse-repo</id>
|
|
|
|
<url>https://raw.github.com/JRakNet/WaifUPnP/master/</url>
|
2019-09-14 15:28:29 +00:00
|
|
|
</repository>
|
|
|
|
</repositories>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.md-5</groupId>
|
|
|
|
<artifactId>bungeecord-api</artifactId>
|
|
|
|
<version>1.14-SNAPSHOT</version>
|
|
|
|
<type>jar</type>
|
2019-09-14 15:44:55 +00:00
|
|
|
<scope>compile</scope>
|
2019-09-14 15:28:29 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2019-09-14 15:44:55 +00:00
|
|
|
<groupId>com.whirvis</groupId>
|
|
|
|
<artifactId>jraknet</artifactId>
|
|
|
|
<version>2.11.8</version>
|
|
|
|
<scope>compile</scope>
|
2019-09-14 15:28:29 +00:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</project>
|