From 7126acfcfa4064c926cc004fb965fcf47146ffbf Mon Sep 17 00:00:00 2001 From: tastybento Date: Thu, 23 Sep 2021 17:08:12 -0700 Subject: [PATCH] Reorder dependencies The Mojang dependency was blocking out the needed Google common packages. --- pom.xml | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/pom.xml b/pom.xml index 0f7ccc3..5051079 100644 --- a/pom.xml +++ b/pom.xml @@ -35,7 +35,7 @@ 16 2.0.9 - 1.17-R0.1-SNAPSHOT + 1.17.1-R0.1-SNAPSHOT 1.2.3-SNAPSHOT 1.17.3 2.6.3 @@ -93,13 +93,14 @@ + + + apache.snapshots + https://repository.apache.org/snapshots/ + + + - - - maven-snapshots - https://repository.apache.org/content/repositories/snapshots/ - spigot-repo @@ -123,13 +124,6 @@ - - - com.mojang - authlib - 1.5.21 - provided - org.spigotmc @@ -156,7 +150,7 @@ ${vault.version} provided - + world.bentobox bentobox @@ -194,6 +188,14 @@ ${powermock.version} test + + + com.mojang + authlib + 1.5.21 + provided + +