Skip to content

Commit 4add963

Browse files
committed
Merge pull request #20032 from dreis2211
* pr/20032: Polish "Use Dropwizard metrics BOM to manage dependencies" Use Dropwizard metrics BOM to manage dependencies Closes gh-20032
2 parents 4b917c0 + f5d7e77 commit 4add963

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

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

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -252,23 +252,8 @@ bom {
252252
}
253253
library("Dropwizard Metrics", "4.1.1") {
254254
group("io.dropwizard.metrics") {
255-
modules = [
256-
"metrics-annotation",
257-
"metrics-core",
258-
"metrics-ehcache",
259-
"metrics-graphite",
260-
"metrics-healthchecks",
261-
"metrics-httpasyncclient",
262-
"metrics-jdbi",
263-
"metrics-jersey2",
264-
"metrics-jetty9",
265-
"metrics-jmx",
266-
"metrics-json",
267-
"metrics-jvm",
268-
"metrics-log4j2",
269-
"metrics-logback",
270-
"metrics-servlet",
271-
"metrics-servlets"
255+
imports = [
256+
"metrics-bom"
272257
]
273258
}
274259
}

0 commit comments

Comments
 (0)