This commit is contained in:
Brianna O'Keefe 2018-08-28 19:07:49 -04:00
parent ac1d546848
commit 43eee4e344
1 changed files with 2 additions and 15 deletions

17
pom.xml
View File

@ -17,19 +17,6 @@
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>1.4</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<repositories>
@ -71,8 +58,8 @@
<dependencies>
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>1.13</version>
<type>jar</type>
<scope>provided</scope>