Skip to content

Commit 557ec59

Browse files
committed
Merge 21.11 to 22.3
2 parents cba2c32 + 8d3e6d5 commit 557ec59

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

SequenceAnalysis/build.gradle

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,15 @@ import org.labkey.gradle.util.ExternalDependency
99
import java.util.regex.Matcher
1010

1111
repositories {
12-
mavenCentral()
13-
// Added for org.clojars.chapmanb:sam dependency required by com.github.samtools:htsjdk
14-
maven {
15-
url "https://clojars.org/repo"
16-
}
12+
mavenCentral()
13+
// Added for org.clojars.chapmanb:sam dependency required by com.github.samtools:htsjdk
14+
maven {
15+
url "https://clojars.org/repo"
16+
}
17+
// Added for org.clojars.chapmanb:sam
18+
maven {
19+
url "https://maven.scijava.org/content/groups/public"
20+
}
1721
}
1822

1923
configurations.all {

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://clojars.org/repo"
88
}
9+
// Added for org.clojars.chapmanb:sam (required by SequenceAnalysis)
10+
maven {
11+
url "https://maven.scijava.org/content/groups/public"
12+
}
913
}
1014

1115
dependencies {

0 commit comments

Comments
 (0)