From 8cb181a3846af76010718d84d47881365e18293f Mon Sep 17 00:00:00 2001 From: "Jan N. Klug" Date: Mon, 9 Sep 2024 20:58:58 +0200 Subject: [PATCH] Fix validator dependencies Without these dependencies the `validator` project cannot be build. The build still fails due to a validation error in a test, though. Signed-off-by: Jan N. Klug --- validator/pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/validator/pom.xml b/validator/pom.xml index 76edee14..0ec290e6 100644 --- a/validator/pom.xml +++ b/validator/pom.xml @@ -40,6 +40,22 @@ library 2.14.0-SNAPSHOT + + org.dom4j + dom4j + 2.1.4 + + + commons-io + commons-io + 2.16.1 + + + org.apache.pdfbox + pdfbox + 3.0.2 + test + jakarta.xml.bind jakarta.xml.bind-api