Skip to content

Commit 93a2b1c

Browse files
committed
Remove dependency management for Dropwizard Metrics
Closes gh-39034
1 parent 77b533b commit 93a2b1c

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

spring-boot-project/spring-boot-actuator-autoconfigure/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ dependencies {
3434
optional("com.hazelcast:hazelcast")
3535
optional("com.hazelcast:hazelcast-spring")
3636
optional("com.zaxxer:HikariCP")
37-
optional("io.dropwizard.metrics:metrics-jmx")
3837
optional("io.lettuce:lettuce-core")
3938
optional("io.micrometer:micrometer-observation")
4039
optional("io.micrometer:micrometer-jakarta9")

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -251,13 +251,6 @@ bom {
251251
]
252252
}
253253
}
254-
library("Dropwizard Metrics", "4.2.23") {
255-
group("io.dropwizard.metrics") {
256-
imports = [
257-
"metrics-bom"
258-
]
259-
}
260-
}
261254
library("Ehcache3", "3.10.8") {
262255
group("org.ehcache") {
263256
modules = [

0 commit comments

Comments
 (0)