diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-04-10 12:45:22 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-04-10 12:45:22 +0700 |
commit | 34cda077348a5af1f9ec85b60803bb067ef33d38 (patch) | |
tree | 1130b4230b671d9d01a465c5da014a203cefca0a /testing-drivers | |
parent | f3ff0752b8ee68583fb5a90687ddb5943c2df25b (diff) | |
download | aspectj-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 'testing-drivers')
-rw-r--r-- | testing-drivers/pom.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/testing-drivers/pom.xml b/testing-drivers/pom.xml index 8268d073f..5ab5f35ec 100644 --- a/testing-drivers/pom.xml +++ b/testing-drivers/pom.xml @@ -55,15 +55,6 @@ <artifactId>asm</artifactId> <version>${project.version}</version> </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> <groupId>org.aspectj</groupId> <artifactId>testing</artifactId> |