1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
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 -->
|