File: 0011-use-local-dependencies.patch

package info (click to toggle)
scala 2.11.8-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 61,060 kB
  • ctags: 3,923
  • sloc: java: 13,251; xml: 3,214; sh: 1,553; python: 756; makefile: 40; awk: 36; ansic: 6
file content (14 lines) | stat: -rw-r--r-- 606 bytes parent folder | download
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 -->