]> source.dussan.org Git - aspectj.git/commit
Replace system-scoped dependency on commons by granular dependencies
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Mon, 29 Mar 2021 06:51:20 +0000 (13:51 +0700)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Mon, 29 Mar 2021 06:52:01 +0000 (13:52 +0700)
commit887cb2d8849f21f25a840674ffbffdc4ae4a8a8c
tree0b5be6256dd6922bc4ea6b370cd62a02ea45d09f
parent883c07f8187fdca69527fcbe4e2b50bda861611f
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 <Alexander@Kriegisch.name>
libx/pom.xml
org.aspectj.matcher/pom.xml
pom.xml
run-all-junit-tests/pom.xml
testing-drivers/pom.xml
testing/pom.xml
tests/pom.xml
weaver/pom.xml