From 9ae11eb4bd83217f3faa1d245d3597a2ecf4e6a1 Mon Sep 17 00:00:00 2001 From: Richard Zowalla Date: Mon, 16 May 2022 14:09:12 +0200 Subject: [PATCH] Exclude transient jsoup depenency from xsoup, see discussion in #968 Signed-off-by: Richard Zowalla --- core/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/core/pom.xml b/core/pom.xml index 2d961b2fc..1a94e06f6 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -213,6 +213,13 @@ us.codecraft xsoup ${xsoup.version} + + + + org.jsoup + jsoup + +