Skip to content

Commit 8cbaef3

Browse files
committed
Add clojars repo to support sequence analysis dependency
1 parent 531a610 commit 8cbaef3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

SequenceAnalysis/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ dependencies {
9696
BuildUtils.addExternalDependency(
9797
project,
9898
new ExternalDependency(
99-
'org.clojars.chapmanb:sam:1.107',
99+
'org.clojars.chapmanb:sam:1.96',
100100
'picard tools',
101101
'picard tools',
102102
'http://sourceforge.net/projects/picard/',

jbrowse/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ repositories {
66
maven {
77
url "https://repository.jboss.org/nexus/content/repositories/thirdparty-releases/"
88
}
9+
// Added to support ancient sam JAR needed by FASTQC (in sequenceanalysis)
10+
maven {
11+
url "https://clojars.org/repo"
12+
}
913
}
1014

1115
dependencies {

0 commit comments

Comments
 (0)