diff --git a/backend/pom.xml b/backend/pom.xml index 7b254a3..ab15cab 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -37,35 +37,32 @@ org.apache.maven.plugins - maven-jar-plugin - 3.3.0 - - true - - - - - org.apache.maven.plugins - maven-assembly-plugin - 3.7.1 - - false - - - com.crypto.app.Main - - - - jar-with-dependencies - - + maven-shade-plugin + 3.5.1 - make-assembly package - single + shade + + + + com.crypto.Seal + + + + + *:* + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + + + +