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") { library("Prometheus PushGateway", "0.10.0") {
group("io.prometheus") { group("io.prometheus") {
modules = [ imports = [
"simpleclient_pushgateway" "simpleclient_bom"
] ]
} }
} }