diff --git a/wallettemplate/pom.xml b/wallettemplate/pom.xml index 8289f0dd..b0c89709 100644 --- a/wallettemplate/pom.xml +++ b/wallettemplate/pom.xml @@ -18,6 +18,36 @@ 1.8 + + + org.apache.maven.plugins + maven-shade-plugin + + + + package + + shade + + + false + + + + *:* + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + + + + true + bundled + + + +