From ab0963e59a9274934d95bc1d42e94aa6dc9eee1f Mon Sep 17 00:00:00 2001 From: A Flying Poro <12255407+A-Flying-Poro@users.noreply.github.com> Date: Wed, 23 Nov 2022 07:48:11 +0800 Subject: [PATCH] Updated dependency Packaged MCCoroutine into uber jar; does not play nicely with Spigot library resolver --- pom.xml | 4 ---- src/main/resources/plugin.yml | 2 -- 2 files changed, 6 deletions(-) diff --git a/pom.xml b/pom.xml index 6012267..0d3a83c 100644 --- a/pom.xml +++ b/pom.xml @@ -221,15 +221,11 @@ com.github.shynixn.mccoroutine mccoroutine-bukkit-api 2.6.0 - compile - com.github.shynixn.mccoroutine mccoroutine-bukkit-core 2.6.0 - compile - diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 10e6048..d422785 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -8,8 +8,6 @@ authors: website: 'https://github.com/Nevakanezah/HorseEnhancer' libraries: - - 'com.github.shynixn.mccoroutine:mccoroutine-bukkit-api:2.6.0' - - 'com.github.shynixn.mccoroutine:mccoroutine-bukkit-core:2.6.0' - 'com.zaxxer:HikariCP:5.0.1' - 'org.xerial:sqlite-jdbc:3.39.3.0'