aboutsummaryrefslogtreecommitdiffstats
path: root/build/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build/pom.xml')
-rw-r--r--build/pom.xml5
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>