summaryrefslogtreecommitdiffstats
path: root/integration/pom.xml
diff options
context:
space:
mode:
authorRashmi Pujar <rashmi.pujar1@bell.ca>2021-11-30 00:46:24 -0500
committerRashmi Pujar <rashmi.pujar1@bell.ca>2021-11-30 09:43:57 -0500
commit835c07cd5dbbdf3c50cd224342c3cf1cb4ce7007 (patch)
tree621cc46ceabf826b18d0f0e38cddb046a00abeee /integration/pom.xml
parentb83baa956dbe31cedd9af8ac1ebafba675a5226e (diff)
Extract Prometheus Client libraries into parent POM
Issue-ID: POLICY-3760 Signed-off-by: Rashmi Pujar <rashmi.pujar1@bell.ca> Change-Id: I1e7c911dfbb8a9e15b6090ccc08c6be7a22e811e
Diffstat (limited to 'integration/pom.xml')
-rw-r--r--integration/pom.xml20
1 files changed, 19 insertions, 1 deletions
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 @@
<version.springfox>3.0.0</version.springfox>
<version.jakarta-api>2.0.2</version.jakarta-api>
<version.io.micrometer>1.7.3</version.io.micrometer>
+ <version.io.prometheus>0.11.0</version.io.prometheus>
<jacoco.dataFile>${project.basedir}/../target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
<repo.npm>https://nexus3.onap.org/repository/npm.public/npm/-/</repo.npm>
<docker.pull.registry>nexus3.onap.org:10001</docker.pull.registry>
@@ -198,6 +199,23 @@
<version>2.7.1</version>
</dependency>
+ <!-- Prometheus Client Libraries -->
+ <dependency>
+ <groupId>io.prometheus</groupId>
+ <artifactId>simpleclient</artifactId>
+ <version>${version.io.prometheus}</version>
+ </dependency>
+ <dependency>
+ <groupId>io.prometheus</groupId>
+ <artifactId>simpleclient_hotspot</artifactId>
+ <version>${version.io.prometheus}</version>
+ </dependency>
+ <dependency>
+ <groupId>io.prometheus</groupId>
+ <artifactId>simpleclient_servlet</artifactId>
+ <version>${version.io.prometheus}</version>
+ </dependency>
+
<!-- Swagger Jersey2 JAXRS -->
<dependency>
<groupId>io.swagger</groupId>
@@ -1266,4 +1284,4 @@
</plugin>
</plugins>
</build>
-</project>
+</project> \ No newline at end of file