Package: vdjtools / 1.2.1+git20190311+repack-2

addMissingLibraries.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Description: changing Maven coordinates of dependencies for the build
Author: tony mancill <tmancill@debian.org>
Forwarded: not-needed
Last-Update: 2022-11-27

--- a/build.gradle
+++ b/build.gradle
@@ -42,8 +42,14 @@
 dependencies {
     compile 'org.codehaus.groovy:groovy-all:2.5.2'
     compile 'org.codehaus.gpars:gpars:1.2.1'
-    compile 'junit:junit:4.12'
     compile 'com.milaboratory:milib:1.8.3'
+    compile 'commons-cli:commons-cli:1.4'
     compile 'commons-io:commons-io:1.2'
+    compile 'net.sf.trove4j:trove4j:3.0.3'
     compile 'org.apache.commons:commons-lang3:3.4'
+    compile 'org.apache.commons:commons-math3:3.6.1'
+    compile 'cc.redberry:pipe:1.0.0-alpha0'
+
+    testCompile 'junit:junit:4.12'
+
 }