Skip to content

Commit 9530c66

Browse files
Remove use of jboss repository that is so flaky; opencharts is now available in labkey's Artifactory instance (#142)
1 parent 22f9978 commit 9530c66

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

SequenceAnalysis/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ repositories {
1414
maven {
1515
url "https://clojars.org/repo"
1616
}
17-
// Added for opencharts dependency (required by biojava)
18-
maven {
19-
url "https://repository.jboss.org/nexus/content/repositories/thirdparty-releases/"
20-
}
2117
}
2218

2319
configurations.all {

jbrowse/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ repositories {
66
maven {
77
url "https://clojars.org/repo"
88
}
9-
// Added for opencharts dependency (required by biojava)
10-
maven {
11-
url "https://repository.jboss.org/nexus/content/repositories/thirdparty-releases/"
12-
}
139
}
1410

1511
dependencies {

0 commit comments

Comments
 (0)