From 887cb2d8849f21f25a840674ffbffdc4ae4a8a8c Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Mon, 29 Mar 2021 13:51:20 +0700 Subject: Replace system-scoped dependency on commons by granular dependencies There are only two direct dependencies used in AspectJ code: - Commons Digester (module 'testing') - Commons Logging (module 'org.aspectj.matcher') I declared those two and experimentally removed all the other system-scoped dependencies, as it should be. Let's see if the build works with transitive dependencies. Signed-off-by: Alexander Kriegisch --- org.aspectj.matcher/pom.xml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'org.aspectj.matcher/pom.xml') diff --git a/org.aspectj.matcher/pom.xml b/org.aspectj.matcher/pom.xml index 2af081949..b81290162 100644 --- a/org.aspectj.matcher/pom.xml +++ b/org.aspectj.matcher/pom.xml @@ -30,15 +30,12 @@ ${project.version} - commons - commons - 1.0 - system - ${project.basedir}/../lib/commons/commons.jar + commons-logging + commons-logging + ${lib.commons.logging.version} - -- cgit v1.2.3