summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPiotr Wielebski <piotr.wielebski@nokia.com>2018-12-14 08:37:24 +0000
committerGerrit Code Review <gerrit@onap.org>2018-12-14 08:37:24 +0000
commit4b0251bc823d75d1fb6db93502564716a4bfe911 (patch)
treed8967e093c51b2e4cc197600df36a78c4eba0091 /pom.xml
parentda8cdb5ead509c376ef5f8445af6ae045139ab14 (diff)
parent62fc38ca67632825f64965a7f70a9845de7ad35e (diff)
Merge "Expose Prometheus metrics"
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 621c5b2c..135d7350 100644
--- a/pom.xml
+++ b/pom.xml
@@ -577,8 +577,8 @@
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
- <artifactId>micrometer-registry-jmx</artifactId>
- <version>1.0.5</version>
+ <artifactId>micrometer-registry-prometheus</artifactId>
+ <version>1.0.8</version>
</dependency>
<!-- Test dependencies -->