diff options
Diffstat (limited to 'sources/hv-collector-main/pom.xml')
-rw-r--r-- | sources/hv-collector-main/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/hv-collector-main/pom.xml b/sources/hv-collector-main/pom.xml index a94d6346..9e124efd 100644 --- a/sources/hv-collector-main/pom.xml +++ b/sources/hv-collector-main/pom.xml @@ -135,7 +135,7 @@ --> <dependency> <groupId>io.micrometer</groupId> - <artifactId>micrometer-registry-jmx</artifactId> + <artifactId>micrometer-registry-prometheus</artifactId> </dependency> </dependencies> |