From 0a74ee2f534bb4eabac657c520e0556db0fa0d10 Mon Sep 17 00:00:00 2001 From: Gary O'Neall Date: Wed, 23 Apr 2025 11:17:39 -0700 Subject: [PATCH] Fix Shade plugin version to 3.2.4 Fixes #201 Later versions of the shade plugin strip out the dependencies in the POM file. --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index eb077e4..8863300 100644 --- a/pom.xml +++ b/pom.xml @@ -285,7 +285,8 @@ org.apache.maven.plugins maven-shade-plugin - 3.4.1 + 3.2.4 + true jar-with-dependencies