From 55fb81586d66d04b5beee9c16a5804f9ef93e059 Mon Sep 17 00:00:00 2001
From: JustAHuman-xD <65748158+JustAHuman-xD@users.noreply.github.com>
Date: Fri, 8 Mar 2024 14:42:23 -0600
Subject: [PATCH 1/2] fix dependencies
---
pom.xml | 27 ++++++++++++++++++++++-----
1 file changed, 22 insertions(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index 69c4969..0a40e9a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,25 +26,42 @@
org.apache.maven.plugins
maven-compiler-plugin
- 3.8.1
+ 3.11.0
17
+
+ -parameters
+
org.apache.maven.plugins
maven-shade-plugin
- 3.2.4
+ 3.4.1
+
+ ${project.build.directory}/dependency-reduced-pom.xml
+
+
+ org.bstats
+ dev.j3fftw.worldeditslimefun.bstats
+
+
+ co.aikar.commands
+ dev.j3fftw.worldeditslimefun.acf
+
+
+ co.aikar.locales
+ dev.j3fftw.worldeditslimefun.locales
+
+
+
package
shade
-
- false
-
From bb0625faf811c9f334381f7bf93912d5a0b7630a Mon Sep 17 00:00:00 2001
From: Daniel Walsh
Date: Fri, 8 Mar 2024 21:47:00 +0000
Subject: [PATCH 2/2] Use RC
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 0a40e9a..57413eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,7 +103,7 @@
com.github.Slimefun
Slimefun4
- cd3672c3f2
+ RC-37
provided