File tree 1 file changed +8
-5
lines changed
1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,6 @@ repositories {
15
15
// uncomment for release process
16
16
// mavenLocal()
17
17
18
- // chronicle-bom needs access to chronicle snapshots
19
- maven {
20
- url ' https://oss.sonatype.org/content/repositories/snapshots/'
21
- }
22
-
23
18
// All of the hosted repositories below could be replaced with:
24
19
// url "https://artifacts.unidata.ucar.edu/repository/unidata-all/"
25
20
// which is a group repository that contains all other repositories. However, I prefer to list all source
@@ -39,6 +34,14 @@ repositories {
39
34
includeGroup ' org.bounce'
40
35
}
41
36
}
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
+ }
42
45
}
43
46
44
47
// ////////////////////////// Transitive dependency replacements and exclusions ////////////////////////////
You can’t perform that action at this time.
0 commit comments