summaryrefslogtreecommitdiffstats
path: root/services/services-engine/pom.xml
diff options
context:
space:
mode:
authorLiam Fallon <liam.fallon@est.tech>2021-12-03 11:23:42 +0000
committerGerrit Code Review <gerrit@onap.org>2021-12-03 11:23:42 +0000
commit63cd91c92e53349283ef920bb1dfd9efa1ca3a48 (patch)
tree9acc4abfc21753711abffadabd5ab9610ac99714 /services/services-engine/pom.xml
parentf788a405e3b70b7f159fc9d0e6045f696b0faaef (diff)
parentdf756c6862e4a94b43e85c3b95b50fb305c9ee76 (diff)
Merge "Prometheus metrics for policy deploy/undeploy requests for APEX"
Diffstat (limited to 'services/services-engine/pom.xml')
-rw-r--r--services/services-engine/pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/services/services-engine/pom.xml b/services/services-engine/pom.xml
index 039e40925..bd527c69d 100644
--- a/services/services-engine/pom.xml
+++ b/services/services-engine/pom.xml
@@ -2,6 +2,7 @@
============LICENSE_START=======================================================
Copyright (C) 2018 Ericsson. All rights reserved.
Copyright (C) 2019-2020 Nordix Foundation.
+ Modifications Copyright (C) 2021 Bell Canada Intellectual Property. All rights reserved.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -42,6 +43,10 @@
<artifactId>common-parameters</artifactId>
</dependency>
<dependency>
+ <groupId>io.prometheus</groupId>
+ <artifactId>simpleclient</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.onap.policy.apex-pdp.core</groupId>
<artifactId>core-engine</artifactId>
<version>${project.version}</version>
@@ -102,4 +107,4 @@
</resource>
</resources>
</build>
-</project>
+</project> \ No newline at end of file