Skip to content

Commit e787b04

Browse files
committed
Remove unnecessary scijava maven repo
1 parent fb0c6fa commit e787b04

3 files changed

Lines changed: 0 additions & 36 deletions

File tree

covidseq/build.gradle

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,6 @@ plugins {
66

77
repositories {
88
mavenCentral()
9-
// Added for org.clojars.chapmanb:sam dependency required by com.github.samtools:htsjdk
10-
maven {
11-
url "https://clojars.org/repo"
12-
}
13-
// Added for org.clojars.chapmanb:sam (required by SequenceAnalysis)
14-
maven {
15-
url "https://maven.scijava.org/content/groups/public"
16-
}
17-
// Added to support ancient sam JAR needed by FASTQC (in sequenceanalysis)
18-
maven {
19-
url "https://clojars.org/repo"
20-
}
219
}
2210

2311
dependencies {

primeseq/build.gradle

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,6 @@ import org.labkey.gradle.util.BuildUtils
22

33
repositories {
44
mavenCentral()
5-
// Added for org.clojars.chapmanb:sam dependency required by com.github.samtools:htsjdk
6-
maven {
7-
url "https://clojars.org/repo"
8-
}
9-
// Added for org.clojars.chapmanb:sam (required by SequenceAnalysis)
10-
maven {
11-
url "https://maven.scijava.org/content/groups/public"
12-
}
13-
// Added to support ancient sam JAR needed by FASTQC (in sequenceanalysis)
14-
maven {
15-
url "https://clojars.org/repo"
16-
}
175
}
186

197
dependencies {

tcrdb/build.gradle

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,6 @@ import org.labkey.gradle.util.ExternalDependency
33

44
repositories {
55
mavenCentral()
6-
// Added for org.clojars.chapmanb:sam dependency required by com.github.samtools:htsjdk
7-
maven {
8-
url "https://clojars.org/repo"
9-
}
10-
// Added for org.clojars.chapmanb:sam (required by SequenceAnalysis)
11-
maven {
12-
url "https://maven.scijava.org/content/groups/public"
13-
}
14-
// Added to support ancient sam JAR needed by FASTQC (in sequenceanalysis)
15-
maven {
16-
url "https://clojars.org/repo"
17-
}
186
}
197

208
dependencies {

0 commit comments

Comments
 (0)