Skip to content

Commit cba2c32

Browse files
authored
Backport removal of jboss repository (#144)
1 parent a02e42c commit cba2c32

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)