Skip to content

Commit 5b25011

Browse files
committed
Remove Dropwizard Metrics BOM from SDK
(cherry picked from commit 9565317)
1 parent 2e0b919 commit 5b25011

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ repositories {
6565
}
6666

6767
dependencies {
68-
api(platform(libs.dropwizard.metrics.bom))
6968
api(libs.dropwizard.metrics.core)
7069
api(libs.slf4j.api)
7170
}

gradle/libs.versions.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ dropwizard-metrics = "4.2.37"
33
slf4j = "2.0.17"
44

55
[libraries]
6-
dropwizard-metrics-bom = { module = "io.dropwizard.metrics:metrics-bom", version.ref = "dropwizard-metrics" }
7-
dropwizard-metrics-core = { module = "io.dropwizard.metrics:metrics-core" }
6+
dropwizard-metrics-core = { module = "io.dropwizard.metrics:metrics-core", version.ref = "dropwizard-metrics" }
87
slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }
98

109
[plugins]

0 commit comments

Comments
 (0)