From acdc2858833d87395c32037e4b7dcc2601189350 Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Fri, 15 Mar 2024 12:17:48 +0100 Subject: Remove Apache Commons from 'lib' module, update remaining dependencies Of beanutils, collections, digester and logging actually only digester and logging are directly used in AspectJ code. Therefore, remove the unused ones and upgrade the remaining libraries' versions to ones which also have source JARs on Maven Central. This makes downloading sources from GitHub and packaging separate commons.jar and commons-src.zip artifacts superfluous. Hence, we can get rid of them completely. Signed-off-by: Alexander Kriegisch --- pom.xml | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 01a0b5699..15319c20b 100644 --- a/pom.xml +++ b/pom.xml @@ -29,17 +29,11 @@ 1.9.21.1 9.6 + 3.2 + 1.3.0 1.6.3 2.6.2 1.2 - 1.4 - BEANUTILS_1_4 - 2.0 - collections-2.0 - 1.3 - DIGESTER_1_3 - 1.0.1 - LOGGING_1_0_1 @@ -628,12 +622,6 @@ org.eclipse.jdt.core ${jdt.core.version} - - - commons-beanutils - commons-beanutils - ${lib.commons.beanutils.version} - org.ow2.asm asm -- cgit v1.2.3