Skip to content

Commit c4655c9

Browse files
Add missing dependencies on opencsv and httpmime that used to be leaking out of the labkey-client-api. Since both of these dependencies are included in the api module transitively, we compromise a bit and do not include them in the jars.txt for each individual module. (#58)
1 parent 8d92c5f commit c4655c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SequenceAnalysis/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ dependencies {
2424
external 'org.itadaki:bzip2:0.9.1'
2525
external 'org.clojars.chapmanb:sam:1.96'
2626
external "org.apache.commons:commons-math3:${commonsMath3Version}"
27+
implementation "net.sf.opencsv:opencsv:${opencsvVersion}"
28+
2729
// picard brings in a version of servlet-api and a very old one at that, so we excluded it
2830
// Note: if changing this, we might need to match the htsjdk version set in gradle.properties
2931
external("com.github.broadinstitute:picard:2.22.4") {

0 commit comments

Comments
 (0)