aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/vLBMS/apis/vlb-vnf-onap-distribution
diff options
context:
space:
mode:
Diffstat (limited to 'vnfs/vLBMS/apis/vlb-vnf-onap-distribution')
-rw-r--r--vnfs/vLBMS/apis/vlb-vnf-onap-distribution/asciidoc/Readme.adoc3
-rw-r--r--vnfs/vLBMS/apis/vlb-vnf-onap-distribution/pom.xml8
2 files changed, 7 insertions, 4 deletions
diff --git a/vnfs/vLBMS/apis/vlb-vnf-onap-distribution/asciidoc/Readme.adoc b/vnfs/vLBMS/apis/vlb-vnf-onap-distribution/asciidoc/Readme.adoc
deleted file mode 100644
index 0a6c66d4..00000000
--- a/vnfs/vLBMS/apis/vlb-vnf-onap-distribution/asciidoc/Readme.adoc
+++ /dev/null
@@ -1,3 +0,0 @@
-= vlb-vnf-onap-distribution
-
-Overview of vlb-vnf-onap-distribution \ No newline at end of file
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>