From 463d554ad992e0848c813442d6181fc5628449f3 Mon Sep 17 00:00:00 2001 From: "Jan N. Klug" Date: Sat, 5 Oct 2024 20:44:21 +0200 Subject: [PATCH] Fix POM missing dependencies This is the result of the reduced POM generation by the maven-shade-plugin. Some unnecessary configuration was clean up, too. This also re-orders the dependencies so that the `test` dependencies are grouped at the end and all others before. Signed-off-by: Jan N. Klug --- library/pom.xml | 66 +++++++++++++++++-------------------------------- 1 file changed, 22 insertions(+), 44 deletions(-) diff --git a/library/pom.xml b/library/pom.xml index ccdde504..4264576f 100644 --- a/library/pom.xml +++ b/library/pom.xml @@ -64,7 +64,8 @@ net.sf.saxon Saxon-HE 12.4 - + + com.fasterxml.jackson.core jackson-databind @@ -82,18 +83,24 @@ - + jakarta.xml.bind jakarta.xml.bind-api 4.0.2 - + + + org.glassfish.jaxb + jaxb-runtime + 4.0.5 + + org.eclipse.angus angus-activation 2.0.2 - + org.apache.pdfbox preflight @@ -104,11 +111,20 @@ pdfbox 3.0.2 + org.dom4j dom4j 2.1.4 + + + com.helger + en16931-cii2ubl + 2.2.4 + + + org.junit.jupiter junit-jupiter-api @@ -121,27 +137,12 @@ 5.10.2 test - - - - com.helger - en16931-cii2ubl - 2.2.4 - - - - org.glassfish.jaxb - jaxb-runtime - 4.0.5 - - org.xmlunit xmlunit-core 2.10.0 test - org.xmlunit xmlunit-assertj @@ -232,11 +233,9 @@ maven-shade-plugin 3.5.3 - true - false - + true + false - *:* @@ -245,18 +244,6 @@ META-INF/*.RSA - - log4j:log4j - - ** - - - - commons-logging:commons-logging - - ** - - @@ -265,15 +252,6 @@ shade - - - - - - -