Browse Source

Provide complete dependency management for Prometheus's Pushgateway

Fixes gh-27349
pull/27366/head
Andy Wilkinson 5 years ago
parent
commit
62695f76f7
  1. 4
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1366,8 +1366,8 @@ bom { @@ -1366,8 +1366,8 @@ bom {
}
library("Prometheus PushGateway", "0.10.0") {
group("io.prometheus") {
modules = [
"simpleclient_pushgateway"
imports = [
"simpleclient_bom"
]
}
}

Loading…
Cancel
Save