From dc850de10f10c4307fcbc32bd97f9325a07e7709 Mon Sep 17 00:00:00 2001 From: Rashmi Pujar Date: Tue, 30 Nov 2021 13:31:56 -0500 Subject: Use prometheus libraries defined in parent pom Depends on https://gerrit.onap.org/r/c/policy/parent/+/125974 for build to pass. Issue-ID: POLICY-3760 Signed-off-by: Rashmi Pujar Change-Id: I255bf085e0d33e09c1fdd3aea373f3c497074a85 --- policy-endpoints/pom.xml | 5 +---- pom.xml | 6 +++--- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/policy-endpoints/pom.xml b/policy-endpoints/pom.xml index 49f6945e..9f8d517a 100644 --- a/policy-endpoints/pom.xml +++ b/policy-endpoints/pom.xml @@ -41,7 +41,6 @@ 1.2.1-oss 4.5.5 4.4.4 - 0.11.0 @@ -174,13 +173,11 @@ io.prometheus simpleclient_hotspot - ${io.prometheus.version} io.prometheus simpleclient_servlet - ${io.prometheus.version} @@ -236,4 +233,4 @@ - + \ No newline at end of file diff --git a/pom.xml b/pom.xml index ae0af815..f5ee24ee 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.parent integration - 3.5.0 + 3.5.1-SNAPSHOT @@ -73,7 +73,7 @@ - + @@ -116,4 +116,4 @@ - + \ No newline at end of file -- cgit 1.2.3-korg