From ec8b984d0ae9239ee400b576bd9dde9434ebe10a Mon Sep 17 00:00:00 2001 From: Emmanuel Bourg Date: Fri, 7 Jun 2024 09:09:52 +0200 Subject: [PATCH] Remove the Tiger and GOST digests from the all-in-one JAR --- jsign/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jsign/pom.xml b/jsign/pom.xml index cac9af2e..f4bba94c 100644 --- a/jsign/pom.xml +++ b/jsign/pom.xml @@ -109,6 +109,8 @@ assets/org/apache/commons/math3/** native/** **/bouncycastle/pqc/** + **/bouncycastle/crypto/digests/Tiger** + **/bouncycastle/crypto/digests/GOST**