From 2a759ffd2f6a4cd692fcc333ac87fd8921a5c936 Mon Sep 17 00:00:00 2001 From: Marco Platania Date: Fri, 16 Mar 2018 16:31:33 -0400 Subject: 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 --- .../apis/vlb-business-vnf-onap-plugin/pom.xml | 67 ++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 vnfs/vLBMS/apis/vlb-business-vnf-onap-plugin/pom.xml (limited to 'vnfs/vLBMS/apis/vlb-business-vnf-onap-plugin/pom.xml') diff --git a/vnfs/vLBMS/apis/vlb-business-vnf-onap-plugin/pom.xml b/vnfs/vLBMS/apis/vlb-business-vnf-onap-plugin/pom.xml new file mode 100644 index 00000000..08223d76 --- /dev/null +++ b/vnfs/vLBMS/apis/vlb-business-vnf-onap-plugin/pom.xml @@ -0,0 +1,67 @@ + + + + + demo-aggregator + 1.2.0-SNAPSHOT + org.onap.demo.vnf + ../../../../pom.xml + + + org.onap.demo.vnf.vlb + vlb-business-vnf-onap-plugin-aggregator + 1.2.0-SNAPSHOT + vlb-business-vnf-onap-plugin-aggregator + pom + 4.0.0 + + + vlb-business-vnf-onap-plugin-api + vlb-business-vnf-onap-plugin-impl + + + + + + + org.codehaus.mojo + exec-maven-plugin + + + none + + + + true + + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + org.apache.maven.plugins + maven-install-plugin + + true + + + + + \ No newline at end of file -- cgit 1.2.3-korg