From 835c07cd5dbbdf3c50cd224342c3cf1cb4ce7007 Mon Sep 17 00:00:00 2001 From: Rashmi Pujar Date: Tue, 30 Nov 2021 00:46:24 -0500 Subject: Extract Prometheus Client libraries into parent POM Issue-ID: POLICY-3760 Signed-off-by: Rashmi Pujar Change-Id: I1e7c911dfbb8a9e15b6090ccc08c6be7a22e811e --- integration/pom.xml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'integration') 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 -- cgit 1.2.3-korg