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 --- run-all-junit-tests/pom.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'run-all-junit-tests/pom.xml') diff --git a/run-all-junit-tests/pom.xml b/run-all-junit-tests/pom.xml index a6407370d..a4d186e26 100644 --- a/run-all-junit-tests/pom.xml +++ b/run-all-junit-tests/pom.xml @@ -227,6 +227,7 @@ ${project.version} test-jar + ant -- cgit v1.2.3