From f00f547d7b37647880e7f8fc030f9f96dbad9848 Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Mon, 12 Apr 2021 13:16:29 +0700 Subject: Clean up Maven dependencies using 'dependency:analyze' goal Notably, this change involves a partial revert of @4a5660b3, because we are not using JUnit Jupiter yet but still JUnit 4 tests. See discussion under commit at https://github.com/eclipse/org.aspectj/commit/4a5660b3. Many other warnings - concerning both used undeclared and unused declared dependencies - were eliminated by adding or removing the corresponding dependencies from the POMs. Furthermore, I tried to make sure that some clearly test-scoped dependencies are now actually declared as such, so as to avoid unwanted transitivity bleeding into compile scope and maybe unwanted classes ending up in uber JARs via Maven Shade or Maven Assembly. TODO: I am not so sure why modules other than 'run-all-unit-tests' would depend on test JARs. I hope I broke nothing essential there. As of today, the other modules where I found 'test-jar' dependencies are: - ajde - testing - testing-drivers - tests - weaver Signed-off-by: Alexander Kriegisch --- loadtime/pom.xml | 52 +++++----------------------------------------------- 1 file changed, 5 insertions(+), 47 deletions(-) (limited to 'loadtime') diff --git a/loadtime/pom.xml b/loadtime/pom.xml index 7c03455e5..f7aae7160 100644 --- a/loadtime/pom.xml +++ b/loadtime/pom.xml @@ -14,11 +14,6 @@ loadtime - - org.aspectj - asm - ${project.version} - org.aspectj bridge @@ -44,58 +39,21 @@ org.aspectj.matcher ${project.version} + + org.aspectj + asm-renamed + org.aspectj testing-util ${project.version} + test org.aspectj bcel-builder ${project.version} - - - xerces - xmlParserAPIs - ${lib.ant.xerces.version} - - - - xerces - xercesImpl - ${lib.ant.xerces.version} - - - - ant - ant - ${lib.ant.version} - - -- cgit v1.2.3