From d39a70c69f0d067818c8d883bd84b0c590d3f036 Mon Sep 17 00:00:00 2001
From: jay-awale <122532378+jay-awale@users.noreply.github.com>
Date: Sun, 18 Jun 2023 08:12:54 +0530
Subject: [PATCH] Update pom.xml
Added micrometer-prometheus-registry dependency
---
pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/pom.xml b/pom.xml
index ab6215445..aeff697bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,6 +66,12 @@
spring-boot-starter-test
test
+
+
+ io.micrometer
+ micrometer-registry-prometheus
+ 1.11.1
+