From bda277bcaa2d7bd17edc1e057e7af60c642f9b85 Mon Sep 17 00:00:00 2001 From: Konrad Neitzel Date: Mon, 27 May 2024 14:27:35 +0200 Subject: [PATCH] Update Mocktio version, add Maven Shade plugin and FatJar build profile --- pom.xml | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 57 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e775269..b1dccd8 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ 24.1.0 5.10.2 1.18.32 - 5.11.0 + 5.12.0 4.8.5 @@ -48,10 +48,11 @@ 3.22.0 3.5.0 3.3.1 + 3.5.3 4.0.0-M14 3.2.5 1.0.0.RC2 - 0.10.1 + 0.10.2 4.8.5.0 @@ -483,6 +484,60 @@ + + + fatjar + + + fatjar + + + + + + org.apache.maven.plugins + maven-shade-plugin + ${maven.shade.plugin} + + + package + + shade + + + + + true + full + + + + + ${main.class} + 1.0 + + + + + + *:* + + META-INF/MANIFEST.MF + **/module-info.class + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + + + + + + + +