Description: Use the local version of the dependencies
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
--- a/build.xml
+++ b/build.xml
@@ -280,7 +280,7 @@
       <artifact:dependencies pathId="jarjar.classpath">
         <remoteRepository id="central" url="file:///usr/share/maven-repo"/>
         <localRepository path="${user.home}/.m2/repository"/>
-        <dependency groupId="com.googlecode.jarjar" artifactId="jarjar" version="1.3"/>
+        <dependency groupId="com.googlecode.jarjar" artifactId="jarjar" version="debian"/>
       </artifact:dependencies>
 
       <!-- JUnit -->
