Description: Mark the ant dependency as provided
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: no
Bug-Debian: https://bugs.debian.org/769804
--- a/pom.xml
+++ b/pom.xml
@@ -70,6 +70,7 @@
       <artifactId>ant</artifactId>
       <version>1.8.4</version>
       <optional>true</optional>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
