Provide complete dependency management for Prometheus's Pushgateway

Fixes gh-27349
This commit is contained in:
Andy Wilkinson 2021-07-15 17:43:10 +01:00
parent d4159130a5
commit 62695f76f7

View File

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