From b116654a546592d1f3fd7aa30707cd171de7e791 Mon Sep 17 00:00:00 2001 From: rozhur Date: Mon, 15 Jul 2024 20:19:24 +0500 Subject: [PATCH] Add mojang repo for authlib and remove local spigot dependency --- bukkit/pom.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/bukkit/pom.xml b/bukkit/pom.xml index e97ba45..0a6e4dd 100644 --- a/bukkit/pom.xml +++ b/bukkit/pom.xml @@ -14,6 +14,10 @@ spigot-repo https://hub.spigotmc.org/nexus/content/repositories/snapshots/ + + minecraft-repo + https://libraries.minecraft.net/ + @@ -50,9 +54,9 @@ - org.spigotmc - spigot - 1.20.4-R0.1-SNAPSHOT + com.mojang + authlib + 4.0.43 provided