Author: abayer
Date: Thu Sep 1 22:26:18 2011
New Revision: 1164292
URL: http://svn.apache.org/viewvc?rev=1164292&view=rev
Log:
Fixes BIGTOP-71. If explicit Ant dependency was not specified, unit
tests would fail.
Modified:
incubator/bigtop/trunk/bigtop-test-framework/pom.xml
Modified: incubator/bigtop/trunk/bigtop-test-framework/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-test-framework/pom.xml?rev=1164292&r1=1164291&r2=1164292&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-test-framework/pom.xml (original)
+++ incubator/bigtop/trunk/bigtop-test-framework/pom.xml Thu Sep 1 22:26:18
2011
@@ -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>