From: Rashmi Pujar Date: Tue, 30 Nov 2021 05:46:24 +0000 (-0500) Subject: Extract Prometheus Client libraries into parent POM X-Git-Tag: 3.5.1~24^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=835c07cd5dbbdf3c50cd224342c3cf1cb4ce7007;p=policy%2Fparent.git Extract Prometheus Client libraries into parent POM Issue-ID: POLICY-3760 Signed-off-by: Rashmi Pujar Change-Id: I1e7c911dfbb8a9e15b6090ccc08c6be7a22e811e --- diff --git a/integration/pom.xml b/integration/pom.xml index 37053e8d..6b4a5d6f 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -59,6 +59,7 @@ 3.0.0 2.0.2 1.7.3 + 0.11.0 ${project.basedir}/../target/code-coverage/jacoco-ut.exec https://nexus3.onap.org/repository/npm.public/npm/-/ nexus3.onap.org:10001 @@ -198,6 +199,23 @@ 2.7.1 + + + io.prometheus + simpleclient + ${version.io.prometheus} + + + io.prometheus + simpleclient_hotspot + ${version.io.prometheus} + + + io.prometheus + simpleclient_servlet + ${version.io.prometheus} + + io.swagger @@ -1266,4 +1284,4 @@ - + \ No newline at end of file