diff --git a/pom.xml b/pom.xml index ebbbea8..bd701c0 100644 --- a/pom.xml +++ b/pom.xml @@ -48,4 +48,34 @@ + + + + org.apache.maven.plugins + maven-shade-plugin + 3.6.0 + + + package + + shade + + + true + false + + + * + + META-INF/** + + + + + + + + + + \ No newline at end of file