Skip to content

Commit 2bfb62d

Browse files
authored
Merge pull request #517 from tdrwenski/fix-artifact-repo
2 parents 375b674 + 6644282 commit 2bfb62d

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

Diff for: gradle/any/dependencies.gradle

+8-5
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ repositories {
1515
// uncomment for release process
1616
// mavenLocal()
1717

18-
// chronicle-bom needs access to chronicle snapshots
19-
maven {
20-
url 'https://oss.sonatype.org/content/repositories/snapshots/'
21-
}
22-
2318
// All of the hosted repositories below could be replaced with:
2419
// url "https://artifacts.unidata.ucar.edu/repository/unidata-all/"
2520
// which is a group repository that contains all other repositories. However, I prefer to list all source
@@ -39,6 +34,14 @@ repositories {
3934
includeGroup 'org.bounce'
4035
}
4136
}
37+
38+
maven {
39+
url 'https://oss.sonatype.org/content/repositories/snapshots/'
40+
content {
41+
// this repository *only* used for chronicle-map snapshot artifacts that are sometimes specified in the chronicle-bom
42+
includeGroup 'net.openhft'
43+
}
44+
}
4245
}
4346

4447
//////////////////////////// Transitive dependency replacements and exclusions ////////////////////////////

0 commit comments

Comments
 (0)