File: adding_dependencies.patch

package info (click to toggle)
libgoby-java 3.3.1%2Bdfsg2-12
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 58,108 kB
  • sloc: java: 78,105; cpp: 5,011; xml: 3,170; python: 2,108; sh: 1,575; ansic: 277; makefile: 114
file content (88 lines) | stat: -rw-r--r-- 2,810 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
Description: Adding missing dependencies to the various pom.xml files
Author: Pierre Gruet <pgt@debian.org>
Forwarded: https://github.com/CampagneLaboratory/goby3/issues/6
Last-Update: 2020-10-31

--- a/goby-io/pom.xml
+++ b/goby-io/pom.xml
@@ -433,6 +433,24 @@
          <version>0.9-7</version>
      </dependency>
 
+     <dependency>
+         <groupId>com.martiansoftware</groupId>
+         <artifactId>jsap</artifactId>
+         <version>debian</version>
+     </dependency>
+
+     <dependency>
+         <groupId>commons-lang</groupId>
+         <artifactId>commons-lang</artifactId>
+         <version>debian</version>
+     </dependency>
+
+     <dependency>
+         <groupId>commons-io</groupId>
+         <artifactId>commons-io</artifactId>
+         <version>debian</version>
+     </dependency>
+
  </dependencies>
 
 </project>
--- a/goby-distribution/pom.xml
+++ b/goby-distribution/pom.xml
@@ -140,6 +140,11 @@
             <version>2.6</version>
         </dependency>
         <dependency>
+            <groupId>commons-cli</groupId>
+            <artifactId>commons-cli</artifactId>
+            <version>debian</version>
+        </dependency>
+        <dependency>
             <groupId>commons-logging</groupId>
             <artifactId>commons-logging</artifactId>
             <version>1.1.1</version>
@@ -193,7 +198,9 @@
         <dependency>
             <groupId>org.rosuda.REngine</groupId>
             <artifactId>REngine</artifactId>
-            <version>2.1.0</version>
+            <version>debian</version>
+            <scope>system</scope>
+            <systemPath>/usr/lib/R/site-library/rJava/jri/JRI.jar</systemPath>
         </dependency>
         <dependency>
             <groupId>com.github.lucarosellini.rJava</groupId>
@@ -240,9 +247,7 @@
         <dependency>
             <groupId>edu.rit.pj</groupId>
             <artifactId>pj</artifactId>
-            <version>1.0</version>
-            <scope>system</scope>
-            <systemPath>${basedir}/../lib/pj20091226.jar</systemPath>
+            <version>debian</version>
         </dependency>
         <dependency>
             <groupId>edu.mssm.crover</groupId>
@@ -339,10 +344,18 @@
         </dependency>
 
         <dependency>
+            <groupId>org.testng</groupId>
+            <artifactId>testng</artifactId>
+            <version>debian</version>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
             <groupId>com.github.broadinstitute</groupId>
             <artifactId>picard</artifactId>
             <version>2.6.0</version>
-            <scope>test</scope>
+            <scope>system</scope>
+            <systemPath>/usr/share/java/picard.jar</systemPath>
         </dependency>
         <dependency>
             <groupId>it.unimi.dsi</groupId>