Skip to content

Commit 17cf526

Browse files
authored
Exclude micrometer-osgi-test from BOM (#4351)
Fixes #4350
1 parent 7e20d2c commit 17cf526

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

micrometer-bom/build.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ dependencies {
99
rootProject.subprojects.findAll {
1010
!it.name.contains('sample') &&
1111
!it.name.contains('benchmark') &&
12-
!it.name.contains('micrometer-bom')
12+
!it.name.contains('micrometer-bom') &&
13+
!it.name.contains('micrometer-osgi-test')
1314
}.each {
1415
api(group: it.group,
1516
name: it.name,

0 commit comments

Comments
 (0)