1
0
mirror of https://github.com/Zrips/Jobs.git synced 2025-02-13 02:41:34 +01:00

Merge pull request #430 from Rakdos8/patch-1

Update MythicMob dependency
This commit is contained in:
montlikadani 2019-05-22 12:11:35 +02:00 committed by GitHub
commit 7f28ae36af
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/MythicMobs-4.5.9.jar</systemPath>
</dependency>
<!-- WorldGuard old version -->
<dependency>