aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/vLBMS/apis/vlb-vnf-onap-distribution/pom.xml
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2018-03-16 16:31:33 -0400
committerMarco Platania <platania@research.att.com>2018-03-16 16:31:33 -0400
commit2a759ffd2f6a4cd692fcc333ac87fd8921a5c936 (patch)
tree93f1bf1f259e4443ae0dea903710679e59f27353 /vnfs/vLBMS/apis/vlb-vnf-onap-distribution/pom.xml
parent4a76de616e000bdfcf25262bf09cfa373c6226af (diff)
Add health check to vLBMS
- Add health check to VNF components for vLB manual scale out - Update POM tree Change-Id: Id348d0cb56adf052694c6e8682b499eb1ac24af1 Issue-ID: INT-433 Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'vnfs/vLBMS/apis/vlb-vnf-onap-distribution/pom.xml')
-rw-r--r--vnfs/vLBMS/apis/vlb-vnf-onap-distribution/pom.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/vnfs/vLBMS/apis/vlb-vnf-onap-distribution/pom.xml b/vnfs/vLBMS/apis/vlb-vnf-onap-distribution/pom.xml
index 2d42c867..693b7456 100644
--- a/vnfs/vLBMS/apis/vlb-vnf-onap-distribution/pom.xml
+++ b/vnfs/vLBMS/apis/vlb-vnf-onap-distribution/pom.xml
@@ -26,7 +26,8 @@
or modules configuration file.
-->
<distribution.modules>
- org.onap.demo.vnf.vlb.Module
+ org.onap.vnf.vlb.Module
+ org.onap.vnf.health.Module
</distribution.modules>
</properties>
@@ -116,6 +117,11 @@
<artifactId>vlb-business-vnf-onap-plugin-impl</artifactId>
<version>${interfaces.mapping.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.onap.demo.vnf.health</groupId>
+ <artifactId>health-vnf-onap-plugin-impl</artifactId>
+ <version>${interfaces.mapping.version}</version>
+ </dependency>
<!-- Dependency on distribution base -->
<dependency>
<groupId>io.fd.honeycomb</groupId>