aboutsummaryrefslogtreecommitdiffstats
path: root/run-all-junit-tests
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2021-03-29 13:51:20 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2021-03-29 13:52:01 +0700
commit887cb2d8849f21f25a840674ffbffdc4ae4a8a8c (patch)
tree0b5be6256dd6922bc4ea6b370cd62a02ea45d09f /run-all-junit-tests
parent883c07f8187fdca69527fcbe4e2b50bda861611f (diff)
downloadaspectj-887cb2d8849f21f25a840674ffbffdc4ae4a8a8c.tar.gz
aspectj-887cb2d8849f21f25a840674ffbffdc4ae4a8a8c.zip
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>
Diffstat (limited to 'run-all-junit-tests')
-rw-r--r--run-all-junit-tests/pom.xml2
1 files changed, 2 insertions, 0 deletions
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 @@
<version>${project.version}</version>
<type>test-jar</type>
</dependency>
+<!--
<dependency>
<groupId>commons</groupId>
<artifactId>commons</artifactId>
@@ -234,6 +235,7 @@
<scope>system</scope>
<systemPath>${project.basedir}/../lib/commons/commons.jar</systemPath>
</dependency>
+-->
<dependency>
<!-- Identical to lib/ant/lib/ant.jar, a former system-scoped dependency -->
<groupId>ant</groupId>