Skip to content

Commit 338eb53

Browse files
Add scijava repository back to pick up clojars dependency (#141)
1 parent ef21776 commit 338eb53

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

SequenceAnalysis/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ repositories {
1313
maven {
1414
url "https://clojars.org/repo"
1515
}
16+
// Added for org.clojars.chapmanb:sam
17+
maven {
18+
url "https://maven.scijava.org/content/groups/public"
19+
}
1620
}
1721

1822
dependencies {

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

0 commit comments

Comments
 (0)