diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/pom.xml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/tests/pom.xml b/tests/pom.xml index 01a890f36..f325b7bd2 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -75,11 +75,10 @@ <type>test-jar</type> </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> <dependency> <groupId>org.aspectj</groupId> @@ -114,11 +113,10 @@ <version>${project.version}</version> </dependency> <dependency> + <!-- Identical to lib/ant/lib/ant-launcher.jar, a former system-scoped dependency --> <groupId>ant</groupId> <artifactId>ant-launcher</artifactId> - <version>1.0</version> - <scope>system</scope> - <systemPath>${project.basedir}/../lib/ant/lib/ant-launcher.jar</systemPath> + <version>${lib.ant.version}</version> </dependency> <dependency> <groupId>commons</groupId> |