From 0766a3ace2df01e523d65e726fc3f7c0c00b4dc8 Mon Sep 17 00:00:00 2001 From: Marco Platania Date: Tue, 27 Feb 2018 16:32:25 -0500 Subject: Add NETCONF/RESTconf APIs to vLB Create a new directory for the vLB Manual Scale out use case (vLBMS). Add NETCONF/RESTconf APIs for configuring the vLB via ONAP. Change-Id: I06c557143d3a6d12159fc3195991cd8d49432348 Issue-ID: INT-432 Signed-off-by: Marco Platania --- .../apis/vlb-business-vnf-onap-plugin-impl/pom.xml | 96 ++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 vnfs/vLBMS/apis/vlb-business-vnf-onap-plugin-impl/pom.xml (limited to 'vnfs/vLBMS/apis/vlb-business-vnf-onap-plugin-impl/pom.xml') diff --git a/vnfs/vLBMS/apis/vlb-business-vnf-onap-plugin-impl/pom.xml b/vnfs/vLBMS/apis/vlb-business-vnf-onap-plugin-impl/pom.xml new file mode 100644 index 00000000..7f96b5c6 --- /dev/null +++ b/vnfs/vLBMS/apis/vlb-business-vnf-onap-plugin-impl/pom.xml @@ -0,0 +1,96 @@ + + + + io.fd.honeycomb.common + impl-parent + 1.17.07 + + + 4.0.0 + org.onap.vnf.vlb + vlb-business-vnf-onap-plugin-impl + vlb-business-vnf-onap-plugin-impl + bundle + + + 1.17.07 + + + + + ${project.groupId} + vlb-business-vnf-onap-plugin-api + ${project.version} + + + + + io.fd.honeycomb + translate-api + ${honeycomb.infra.version} + + + + io.fd.honeycomb + translate-spi + ${honeycomb.infra.version} + + + + io.fd.honeycomb + cfg-init + ${honeycomb.infra.version} + + + + + com.google.inject + guice + + + net.jmob + guice.conf + + + com.google.inject.extensions + guice-multibindings + + + + + + + org.codehaus.mojo + exec-maven-plugin + + + none + + + + true + + + + maven-checkstyle-plugin + + true + + + + + + -- cgit 1.2.3-korg