Fixed the MMOItems Error #253

This commit is contained in:
Sn0wStorm
2020-04-02 17:48:33 +02:00
parent 86f82f0a14
commit 948b843b59
4 changed files with 19 additions and 10 deletions
+9 -3
View File
@@ -108,7 +108,7 @@
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>1.15-R0.1-SNAPSHOT</version>
<version>1.15.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
<exclusions>
<exclusion>
@@ -205,12 +205,18 @@
<version>4bb9abd247</version>
<scope>provided</scope>
</dependency>
<dependency>
<!-- Contains proprietary api that we use for integration -->
<!--<dependency>
Contains proprietary api that we use for integration
<groupId>com.dre</groupId>
<artifactId>ExtPluginBridge</artifactId>
<version>1.0</version>
<scope>provided</scope>
</dependency>-->
<dependency>
<groupId>net.mmogroup</groupId>
<artifactId>mmolib</artifactId>
<version>1.0.9</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.bstats</groupId>