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 + + + + + + + +