Skip to content

Commit

Permalink
remove duplicate repository declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
dexamundsen committed Nov 22, 2024
1 parent b974008 commit 305192b
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 45 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ buildscript {
vPicocliVersion = '4.7.6'
vJunit5 = '5.11.3'
}
repositories {
mavenCentral()
}
}

tasks.named('dependencies') {
Expand Down
13 changes: 0 additions & 13 deletions cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,6 @@ plugins {

sourceCompatibility = JavaVersion.VERSION_17

repositories {
mavenCentral()
maven {
url 'https://broadinstitute.jfrog.io/broadinstitute/libs-release/'
}
maven {
url 'https://broadinstitute.jfrog.io/broadinstitute/libs-snapshot-local/'
}
maven {
url 'https://packages.confluent.io/maven/'
}
}

dependencies {
implementation "com.fasterxml.jackson.core:jackson-core:${vJackson}"
implementation "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:${vJackson}"
Expand Down
6 changes: 0 additions & 6 deletions client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ plugins {

repositories {
mavenCentral()
maven {
url 'https://broadinstitute.jfrog.io/broadinstitute/libs-release/'
}
maven {
url 'https://broadinstitute.jfrog.io/broadinstitute/libs-snapshot-local/'
}
google()
}

Expand Down
10 changes: 0 additions & 10 deletions service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,6 @@ ext {
}

repositories {
mavenCentral()
maven {
url 'https://broadinstitute.jfrog.io/broadinstitute/libs-release/'
}
maven {
url 'https://broadinstitute.jfrog.io/broadinstitute/libs-snapshot-local/'
}
maven {
url 'https://packages.confluent.io/maven/'
}
maven {
name 'github'
url 'https://maven.pkg.github.com/vanderbilt/tanagra-client-libraries'
Expand Down
13 changes: 0 additions & 13 deletions underlay/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,6 @@ plugins {

sourceCompatibility = JavaVersion.VERSION_17

repositories {
mavenCentral()
maven {
url 'https://broadinstitute.jfrog.io/broadinstitute/libs-release/'
}
maven {
url 'https://broadinstitute.jfrog.io/broadinstitute/libs-snapshot-local/'
}
maven {
url 'https://packages.confluent.io/maven/'
}
}

dependencies {
// added to address snyk warnings
constraints {
Expand Down

0 comments on commit 305192b

Please sign in to comment.