Remove unnecessary CraftBukkit dependency

This commit is contained in:
md678685 2018-09-05 19:20:18 +01:00
parent 320bc25d94
commit ff0ca9bc7b

View file

@ -12,21 +12,7 @@
<artifactId>FlattenedProvider</artifactId>
<repositories>
<repository>
<id>project.local</id>
<name>local repo</name>
<url>file:${project.basedir}/lib</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
<version>1.13-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.ess3</groupId>
<artifactId>NMSProvider</artifactId>