libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit 9a4be2728ea0c40451e2b0ce9c6e97d85b50a729
parent 2878ddd06008dd83ea335525dec22d0623325611
Author: Antoine A <>
Date:   Wed, 25 Jun 2025 12:38:47 +0200

nexus: fix PDF crash

Diffstat:
Mnexus/build.gradle | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/nexus/build.gradle b/nexus/build.gradle @@ -64,5 +64,7 @@ shadowJar { exclude(dependency("org.bouncycastle:.*")) // CLI exclude(dependency("com.github.ajalt.mordant:mordant:.*")) + // PDF + exclude(dependency("com.itextpdf:itext-core:.*")) } } \ No newline at end of file