From 81821b23b30b5628390dc357e7bf4440c564d32c Mon Sep 17 00:00:00 2001 From: games647 Date: Tue, 4 Sep 2018 19:11:59 +0200 Subject: [PATCH] Ignore manifest signatures for shading Related #1630 "Invalid Signature digest for Manifest main attributes" caused by files in BCrypt library. --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index 2c9d7d79f..f72e0d553 100644 --- a/pom.xml +++ b/pom.xml @@ -309,6 +309,18 @@ fr.xephi.authme.libs.org.postgresql + + + + + *:* + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + + +