Add test dependency on ant-launcher (hopefully will fix the gump errors not finding org.apache.tools.ant.Main)

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/jelly/trunk@892284 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/jelly-tags/fmt/project.xml b/jelly-tags/fmt/project.xml
index f206c17..831bd43 100644
--- a/jelly-tags/fmt/project.xml
+++ b/jelly-tags/fmt/project.xml
@@ -57,6 +57,15 @@
         <scope>test</scope>
       </properties>
     </dependency>
+
+    <dependency>
+      <groupId>ant</groupId>
+      <artifactId>ant-launcher</artifactId>
+      <version>1.6.5</version>
+      <properties>
+        <scope>test</scope>
+      </properties>
+    </dependency>
     
     <dependency>
       <groupId>commons-jelly</groupId>