From 6f69f73baddbc116a915a7b749237cfdae3f6243 Mon Sep 17 00:00:00 2001 From: games647 Date: Mon, 22 May 2023 15:08:12 +0200 Subject: [PATCH] Include updated yaml for older Spigot platforms Fixes #1031 --- bukkit/pom.xml | 17 +++++++++++++++++ core/pom.xml | 6 ------ 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/bukkit/pom.xml b/bukkit/pom.xml index 3b70e920..bcaae030 100644 --- a/bukkit/pom.xml +++ b/bukkit/pom.xml @@ -55,6 +55,10 @@ false false + + org.yaml.snakeyaml + fastlogin.yaml + com.zaxxer.hikari fastlogin.hikari @@ -117,12 +121,18 @@ papermc https://papermc.io/repo/repository/maven-public/ + + false + dmulloy2-repo https://repo.dmulloy2.net/repository/public/ + + false + @@ -161,6 +171,13 @@ ${project.version} + + org.yaml + snakeyaml + 1.33 + compile + + io.papermc.paper diff --git a/core/pom.xml b/core/pom.xml index 84a60e28..a77762c1 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -93,12 +93,6 @@ net.md-5 bungeecord-config 1.19-R0.1-SNAPSHOT - - - * - * - -