From ccc81665c6fbeb1312217d93bc221e2c180e2156 Mon Sep 17 00:00:00 2001 From: Carlos Amengual Date: Thu, 26 Sep 2024 15:16:10 +0200 Subject: [PATCH] Maven: exclude xml-apis-ext from the uber jar, add separate SAC dependency --- pom.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/pom.xml b/pom.xml index de385a3..20e1af6 100644 --- a/pom.xml +++ b/pom.xml @@ -58,12 +58,24 @@ batik-transcoder 1.17 compile + + + xml-apis + xml-apis-ext + + org.apache.xmlgraphics batik-codec 1.17 compile + + + xml-apis + xml-apis-ext + + nu.validator @@ -76,6 +88,12 @@ jsoup 1.18.1 + + + org.w3c.css + sac + 1.3 +