From 6564beb3a07cb089280e8259359c1a6836bbae80 Mon Sep 17 00:00:00 2001 From: Marc Baloup Date: Sat, 24 Dec 2022 10:02:07 +0100 Subject: [PATCH] Shade cron interpreter into Pandalib-core --- pandalib-core/pom.xml | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/pandalib-core/pom.xml b/pandalib-core/pom.xml index 54a5a31..b822750 100644 --- a/pandalib-core/pom.xml +++ b/pandalib-core/pom.xml @@ -44,4 +44,47 @@ 1.6.2 + + + + + org.apache.maven.plugins + maven-shade-plugin + 3.3.0 + + + package + + shade + + + + + ch.eitchnet:cron + + + + + ch.eitchnet:cron + + module-info.class + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + META-INF/MANIFEST.MF + + + + + + fc.cron + fr.pandacube.lib.core.shaded.cron + + + + + + + +