We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b917c0 + f5d7e77 commit 4add963Copy full SHA for 4add963
spring-boot-project/spring-boot-dependencies/build.gradle
@@ -252,23 +252,8 @@ bom {
252
}
253
library("Dropwizard Metrics", "4.1.1") {
254
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"
+ imports = [
+ "metrics-bom"
272
]
273
274
0 commit comments