diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-03-29 09:57:56 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-03-29 13:52:01 +0700 |
commit | d574f1c039c92108fd0845f7c6775588b69041a0 (patch) | |
tree | b29c2947788369ef7af89365552e0346b0574600 /build | |
parent | ea78c80177c79edc1426f8d573b04fd26ec6e53b (diff) | |
download | aspectj-d574f1c039c92108fd0845f7c6775588b69041a0.tar.gz aspectj-d574f1c039c92108fd0845f7c6775588b69041a0.zip |
Replace Ant and Xerces system-scopes libraries by normal dependencies
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'build')
-rw-r--r-- | build/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/build/pom.xml b/build/pom.xml index 61610af7d..fe6b41cb0 100644 --- a/build/pom.xml +++ b/build/pom.xml @@ -21,11 +21,10 @@ </dependency> <dependency> + <!-- Identical to lib/ant/lib/ant.jar, a former system-scoped dependency --> <groupId>ant</groupId> <artifactId>ant</artifactId> - <version>1.0</version> - <scope>system</scope> - <systemPath>${project.basedir}/../lib/ant/lib/ant.jar</systemPath> + <version>${lib.ant.version}</version> </dependency> </dependencies> |