This commit is contained in:
Daniel Mills
2019-10-12 22:54:56 -04:00
parent da464f99d4
commit 0a7214a39b
12 changed files with 696 additions and 162 deletions

11
pom.xml
View File

@@ -76,6 +76,10 @@
<id>spigot-repo</id>
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
</repository>
<repository>
<id>volmit</id>
<url>http://nexus.volmit.com/content/repositories/volmit</url>
</repository>
</repositories>
<dependencies>
<dependency>
@@ -89,5 +93,12 @@
<version>1.12.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<artifactId>craftbukkit-1.12.2</artifactId>
<groupId>cb</groupId>
<version>1</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/craftbukkit-1.12.2.jar</systemPath>
</dependency>
</dependencies>
</project>