Skip to content

Commit 2aec916

Browse files
Merge branch '1.1.x' into 1.2.x
2 parents 2a4f559 + 38da7df commit 2aec916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencies.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ subprojects {
6767
dependencies {
6868
constraints {
6969
rootProject.subprojects
70-
.findAll { !it.name.contains('micrometer-tracing-bom') }
70+
.findAll { !it.name.contains('micrometer-tracing-bom') && !it.name.contains('benchmarks') }
7171
.each { api(group: it.group, name: it.name, version: it.version.toString()) }
7272
}
7373
javaPlatform.allowDependencies()

0 commit comments

Comments
 (0)