aboutsummaryrefslogtreecommitdiffstats
path: root/taskdefs/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'taskdefs/pom.xml')
-rw-r--r--taskdefs/pom.xml21
1 files changed, 9 insertions, 12 deletions
diff --git a/taskdefs/pom.xml b/taskdefs/pom.xml
index b686fa663..74abf20a6 100644
--- a/taskdefs/pom.xml
+++ b/taskdefs/pom.xml
@@ -35,25 +35,22 @@
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>xml-apis</groupId>
- <artifactId>xml-apis</artifactId>
- <version>1.0</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/../lib/ant/lib/xml-apis.jar</systemPath>
+ <!-- Identical to lib/ant/lib/xml-apis.jar, a former system-scoped dependency -->
+ <groupId>xerces</groupId>
+ <artifactId>xmlParserAPIs</artifactId>
+ <version>${lib.ant.xerces.version}</version>
</dependency>
<dependency>
- <groupId>xercesImpl</groupId>
+ <!-- Identical to lib/ant/lib/xercesImpl.jar, a former system-scoped dependency -->
+ <groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
- <version>1.0</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/../lib/ant/lib/xercesImpl.jar</systemPath>
+ <version>${lib.ant.xerces.version}</version>
</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>
</project>