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 /tests/pom.xml | |
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 'tests/pom.xml')
-rw-r--r-- | tests/pom.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/pom.xml b/tests/pom.xml index f330e5f1a..cc0e602a6 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -112,25 +112,8 @@ <artifactId>ant-launcher</artifactId> <version>${lib.ant.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>commons-digester</groupId> - <artifactId>commons-digester</artifactId> - <version>${lib.commons.digester.version}</version> - </dependency> ---> </dependencies> - <build> <plugins> <plugin> |