From 0dce8ae8e7a50df82355450adcc596d7a1c11f5f Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 9 May 2023 18:36:11 +0200 Subject: pom: fix compilation with latest xalan --- pom.xml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 4d7b477..c9be0b2 100644 --- a/pom.xml +++ b/pom.xml @@ -80,7 +80,6 @@ maven-assembly-plugin - 2.2.2 package @@ -209,13 +208,19 @@ commons-io commons-io - [2.0,3.0) + [2.0,2.999.999] compile xalan xalan - [2.0,3.0) + [2.0,2.999.999] + compile + + + xalan + serializer + [2.0,2.999.999] compile @@ -227,7 +232,7 @@ org.apache.commons commons-compress - [1.21,2.0) + [1.21,1.999.999] compile -- cgit v1.2.3-55-g7522