From 3b36f38b7c146a7a56ec48c36f0e69e33aabfc28 Mon Sep 17 00:00:00 2001 From: BONNe Date: Mon, 3 Jul 2023 12:35:55 +0300 Subject: [PATCH] Fixes the admin GUI crash. Add shade plugin that was missing for dependencies. --- pom.xml | 36 ++++++++++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 481dfa5..4d53092 100644 --- a/pom.xml +++ b/pom.xml @@ -37,14 +37,14 @@ 1.17.1-R0.1-SNAPSHOT 1.2.3-SNAPSHOT - 1.21.0 + 1.23.0 2.6.3 1.7 1.1.0 ${build.version}-SNAPSHOT - 1.2.0 + 1.3.0 -LOCAL BentoBoxWorld_Challenges @@ -217,6 +217,38 @@ + + org.apache.maven.plugins + maven-shade-plugin + 3.3.1-SNAPSHOT + + true + + + lv.id.bonne:panelutils:* + + + + + + MANIFEST.MF + + + + META-INF/MANIFEST.MF + src/main/resources/META-INF/MANIFEST.MF + + + + + + package + + shade + + + + org.apache.maven.plugins maven-clean-plugin