aboutsummaryrefslogtreecommitdiffstats
path: root/run-all-junit-tests
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2021-04-10 12:45:22 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2021-04-10 12:45:22 +0700
commit34cda077348a5af1f9ec85b60803bb067ef33d38 (patch)
tree1130b4230b671d9d01a465c5da014a203cefca0a /run-all-junit-tests
parentf3ff0752b8ee68583fb5a90687ddb5943c2df25b (diff)
downloadaspectj-34cda077348a5af1f9ec85b60803bb067ef33d38.tar.gz
aspectj-34cda077348a5af1f9ec85b60803bb067ef33d38.zip
Clean up remaining references to system-scoped dependencies
Now there is no system-scoped dependency left anymore in the Maven build, i.e. the corresponding warnings are gone and we can focus on the actual build log. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'run-all-junit-tests')
-rw-r--r--run-all-junit-tests/pom.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/run-all-junit-tests/pom.xml b/run-all-junit-tests/pom.xml
index 22a2245e5..1b159f47e 100644
--- a/run-all-junit-tests/pom.xml
+++ b/run-all-junit-tests/pom.xml
@@ -224,15 +224,6 @@
<version>${project.version}</version>
<type>test-jar</type>
</dependency>
-<!--
- <dependency>
- <groupId>commons</groupId>
- <artifactId>commons</artifactId>
- <version>1.0</version>
- <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>