From 3a390a5d408ab70cc445a519971498c1d1bdf0e7 Mon Sep 17 00:00:00 2001 From: Julia Gustafsson Date: Fri, 2 Dec 2022 16:03:34 +0100 Subject: [PATCH] Remove Maven shade plugin --- core/pom.xml | 34 ---------------------------------- 1 file changed, 34 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 9f2df4cc..d60235fc 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -161,39 +161,5 @@ - - - - org.apache.maven.plugins - maven-shade-plugin - 3.4.1 - - - package - - shade - - - - - *:* - - module-info.java - META-INF/*.SF - META-INF/*.DSA - META-INF/*.RSA - - - - true - jpastreamer-core-uber - - - - - - - -