Skip to content

Commit 8fa7843

Browse files
committed
Remove dependency management for Micrometer Context Propagation
It's now managed as part of Micrometer's bom so we no longer need to manage it separately (and our separate management was being overriden by Micrometer's bom anyway). Closes gh-45852
1 parent 6106bdd commit 8fa7843

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

spring-boot-project/spring-boot-parent/build.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -137,13 +137,6 @@ bom {
137137
]
138138
}
139139
}
140-
library("Micrometer Context Propagation", "1.0.5") {
141-
group("io.micrometer") {
142-
modules = [
143-
"context-propagation"
144-
]
145-
}
146-
}
147140
library("MockK", "1.13.5") {
148141
group("io.mockk") {
149142
modules = [

0 commit comments

Comments
 (0)