Skip to content

Commit

Permalink
remove duplicate repository declarations (#1077)
Browse files Browse the repository at this point in the history
  • Loading branch information
dexamundsen authored Nov 25, 2024
1 parent c0c3996 commit ee9a89f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 37 deletions.
24 changes: 0 additions & 24 deletions annotationProcessor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,30 +9,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/'
}
maven {
name 'github'
url 'https://maven.pkg.github.com/vanderbilt/tanagra-client-libraries'
credentials {
// Credentials required to access tanagra-client-libraries,
// GITHUB_ACTOR: user running build task
// GITHUB_TOKEN: user token or workflow token that grants access to libraries
username = System.getenv('GITHUB_ACTOR')
password = System.getenv('GITHUB_TOKEN')
}
}
}

dependencies {
implementation project(':underlay')
implementation project(':service')
Expand Down
13 changes: 0 additions & 13 deletions indexer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,6 @@ ext {
resourceDir = "${projectDir}/src/main/resources"
}

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 ee9a89f

Please sign in to comment.