From a9a9817df9676e0db57464a3bead4708a3b17b3a Mon Sep 17 00:00:00 2001 From: games647 Date: Fri, 31 Mar 2023 12:47:59 +0200 Subject: [PATCH] Fix consistent building errors This comes from the bungeecord-chat dependency that is only available on Paper. --- pom.xml | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 04225fb..1dcf5c3 100644 --- a/pom.xml +++ b/pom.xml @@ -23,8 +23,10 @@ 10 - 5.9.0 - 6.4.0 + 5.9.2 + 6.4.1 + + 1.19.4-R0.1-SNAPSHOT @@ -33,7 +35,7 @@ ${project.name} - + org.apache.maven.plugins maven-jar-plugin @@ -134,15 +136,21 @@ io.papermc.paper paper-api - 1.19-R0.1-SNAPSHOT + ${spigotApi} provided + + + net.md-5 + bungeecord-chat + + org.spigotmc spigot-api - 1.19-R0.1-SNAPSHOT + ${spigotApi} provided @@ -169,7 +177,7 @@ org.slf4j slf4j-jdk14 - 2.0.6 + 2.0.7 @@ -183,7 +191,7 @@ mysql mysql-connector-java - 8.0.30 + 8.0.32 provided @@ -214,7 +222,7 @@ org.mockito mockito-junit-jupiter - 4.11.0 + 5.2.0 test