diff --git a/pom.xml b/pom.xml index 4c0d586b..a425c809 100644 --- a/pom.xml +++ b/pom.xml @@ -53,6 +53,12 @@ ${spigot.version} true + + com.mojang + authlib + 1.5.21 + provided + @@ -82,6 +88,11 @@ dmulloy2-repo https://repo.dmulloy2.net/nexus/repository/public/ + + + minecraft-repo + https://libraries.minecraft.net/ + diff --git a/shared/pom.xml b/shared/pom.xml index ad9e0292..4a5c72b6 100644 --- a/shared/pom.xml +++ b/shared/pom.xml @@ -32,6 +32,11 @@ com.comphenix.protocol ProtocolLib + + com.mojang + authlib + compile + \ No newline at end of file