From afe5faf536dc293157c51a929eb27edbc33965cb Mon Sep 17 00:00:00 2001 From: MarkBryanMilligan Date: Tue, 23 Feb 2021 12:21:43 -0600 Subject: [PATCH] Remove the eclipse signatures from the shaded currentmonitor jar so java doesn't lose its mind when trying to start the service. --- currentmonitor/lantern-currentmonitor/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/currentmonitor/lantern-currentmonitor/pom.xml b/currentmonitor/lantern-currentmonitor/pom.xml index 9a79aa3..ee749c4 100644 --- a/currentmonitor/lantern-currentmonitor/pom.xml +++ b/currentmonitor/lantern-currentmonitor/pom.xml @@ -81,6 +81,16 @@ 3.2.1 false + + + *:* + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + + +