1
0
mirror of https://github.com/Zrips/Jobs.git synced 2025-01-04 23:37:49 +01:00

Update MythicMob dependency

Required to make it compile
This commit is contained in:
Rakdos8 2019-05-22 11:29:22 +02:00 committed by GitHub
parent 75b1ab8e0a
commit aa88069dce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@
</exclusion>
</exclusions>
</dependency>
<!-- MythicMobs -->
<!-- MythicMobs 2 -->
<dependency>
<groupId>net.elseland.xikage</groupId>
<artifactId>MythicMobs</artifactId>
@ -60,13 +60,13 @@
<scope>system</scope>
<systemPath>${basedir}/libs/MythicMobs-2.4.5.jar</systemPath>
</dependency>
<!-- MythicMobs4 -->
<!-- MythicMobs 4 -->
<dependency>
<groupId>io.lumine.xikage.mythicmobs</groupId>
<artifactId>MythicMobs</artifactId>
<version>4.5.5</version>
<version>4.5.9</version>
<scope>system</scope>
<systemPath>${basedir}/libs/MythicMobs-4.5.5.jar</systemPath>
<systemPath>${basedir}/libs/MMythicMobs-4.5.9.jar</systemPath>
</dependency>
<!-- WorldGuard old version -->
<dependency>