From 6312572331606e2d71fb3380732e2ab4e2acce78 Mon Sep 17 00:00:00 2001 From: Sebastian Peters Date: Fri, 8 Jul 2022 14:09:47 +0200 Subject: [PATCH] Exclude itext from jasperreports b/c it's an optional dependency and version 2.1.7.js9 is missing on maven central --- plugins/jasperreports/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/jasperreports/pom.xml b/plugins/jasperreports/pom.xml index ed90b241d..767d417ab 100644 --- a/plugins/jasperreports/pom.xml +++ b/plugins/jasperreports/pom.xml @@ -51,6 +51,10 @@ com.fasterxml.jackson.core jackson-annotations + + com.lowagie + itext +