aboutsummaryrefslogtreecommitdiff
path: root/bigtop-test-framework
diff options
context:
space:
mode:
authorAndrew Bayer <abayer@apache.org>2011-09-01 22:26:18 +0000
committerAndrew Bayer <abayer@apache.org>2011-09-01 22:26:18 +0000
commita0b86a489286d883a33d987bf9e1d4ad497e861f (patch)
tree9a41fcac2fab9515b6268913e107f702542761a7 /bigtop-test-framework
parent7ad11f9430773a6b0828b816f65d254cbf44e77f (diff)
Fixes BIGTOP-71. If explicit Ant dependency was not specified, unit
tests would fail. git-svn-id: https://svn.apache.org/repos/asf/incubator/bigtop/trunk@1164292 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'bigtop-test-framework')
-rw-r--r--bigtop-test-framework/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/bigtop-test-framework/pom.xml b/bigtop-test-framework/pom.xml
index d6d11c3a..b4da3a60 100644
--- a/bigtop-test-framework/pom.xml
+++ b/bigtop-test-framework/pom.xml
@@ -52,6 +52,12 @@
<dependency>
<groupId>org.apache.ant</groupId>
+ <artifactId>ant</artifactId>
+ <version>1.8.2</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.ant</groupId>
<artifactId>ant-junit</artifactId>
<version>1.8.2</version>
</dependency>