Skip to content

Commit 6644282

Browse files
Tara Drwenskitdrwenski
Tara Drwenski
authored andcommitted
Limit sonatype repo to chronicle artifacts
1 parent 710100c commit 6644282

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

gradle/any/dependencies.gradle

+4-1
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,12 @@ repositories {
3535
}
3636
}
3737

38-
// chronicle-bom needs access to chronicle snapshots
3938
maven {
4039
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+
}
4144
}
4245
}
4346

0 commit comments

Comments
 (0)