Skip to content

Commit

Permalink
Merge pull request #517 from tdrwenski/fix-artifact-repo
Browse files Browse the repository at this point in the history
  • Loading branch information
oxelson authored Jul 23, 2024
2 parents 375b674 + 6644282 commit 2bfb62d
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions gradle/any/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ repositories {
// uncomment for release process
// mavenLocal()

// chronicle-bom needs access to chronicle snapshots
maven {
url 'https://oss.sonatype.org/content/repositories/snapshots/'
}

// All of the hosted repositories below could be replaced with:
// url "https://artifacts.unidata.ucar.edu/repository/unidata-all/"
// which is a group repository that contains all other repositories. However, I prefer to list all source
Expand All @@ -39,6 +34,14 @@ repositories {
includeGroup 'org.bounce'
}
}

maven {
url 'https://oss.sonatype.org/content/repositories/snapshots/'
content {
// this repository *only* used for chronicle-map snapshot artifacts that are sometimes specified in the chronicle-bom
includeGroup 'net.openhft'
}
}
}

//////////////////////////// Transitive dependency replacements and exclusions ////////////////////////////
Expand Down

0 comments on commit 2bfb62d

Please sign in to comment.