From f9ce5b98b87479ce1892a9c46f7e60705bdd2786 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Wed, 24 Jul 2024 19:26:50 +0200 Subject: [PATCH] Replace old commons-collections:commons-collections by org.apache.commons:commons-collections4 commons-collection4 was already pulled in by other dependencies, and having two packages can cause conflicts and increases the size of the war file. Signed-off-by: Stefan Weil --- Kitodo-DataManagement/pom.xml | 4 ++-- pom.xml | 10 +++------- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/Kitodo-DataManagement/pom.xml b/Kitodo-DataManagement/pom.xml index 4d604894bc5..ceaf3ada1ee 100644 --- a/Kitodo-DataManagement/pom.xml +++ b/Kitodo-DataManagement/pom.xml @@ -44,8 +44,8 @@ commons-codec - commons-collections - commons-collections + org.apache.commons + commons-collections4 commons-io diff --git a/pom.xml b/pom.xml index 0dcb659b682..d2f88e66b93 100644 --- a/pom.xml +++ b/pom.xml @@ -147,9 +147,9 @@ ${commons-codec.version} - commons-collections - commons-collections - 3.2.2 + org.apache.commons + commons-collections4 + 4.4 org.apache.commons @@ -318,10 +318,6 @@ from system library in Java 11+ --> commons-beanutils commons-beanutils - - commons-collections - commons-collections -