From 3426556541256f93d2cba65df3b9c8d1d1772861 Mon Sep 17 00:00:00 2001 From: platania Date: Thu, 16 Feb 2017 11:20:22 -0500 Subject: Initial OpenECOMP Demo commit Change-Id: Ibf8696196a7ac2c84ac8aa7cde1982c9c89fb64d Signed-off-by: platania --- .../sample_plugin/sample-plugin-impl/pom.xml | 107 +++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100755 vnfs/honeycomb_plugin/sample_plugin/sample-plugin-impl/pom.xml (limited to 'vnfs/honeycomb_plugin/sample_plugin/sample-plugin-impl/pom.xml') diff --git a/vnfs/honeycomb_plugin/sample_plugin/sample-plugin-impl/pom.xml b/vnfs/honeycomb_plugin/sample_plugin/sample-plugin-impl/pom.xml new file mode 100755 index 00000000..59f3c1f0 --- /dev/null +++ b/vnfs/honeycomb_plugin/sample_plugin/sample-plugin-impl/pom.xml @@ -0,0 +1,107 @@ + + + + io.fd.honeycomb.common + impl-parent + 1.16.9 + ../../common/impl-parent + + + 4.0.0 + org.openecomp.demo.vnf + sample-plugin-impl + 1.0.0 + bundle + + + 1.16.9 + + + + + org.openecomp.demo.vnf + sample-plugin-api + 1.0.0 + + + + + io.fd.honeycomb + translate-api + ${honeycomb.infra.version} + + + io.fd.honeycomb.vpp + vpp-translate-utils + 1.16.9 + + + + io.fd.honeycomb + notification-api + ${honeycomb.infra.version} + + + + io.fd.honeycomb + translate-spi + ${honeycomb.infra.version} + + + + io.fd.honeycomb + cfg-init + ${honeycomb.infra.version} + + + + + com.google.inject + guice + ${guice.version} + + + net.jmob + guice.conf + ${guice.config.version} + + + com.google.inject.extensions + guice-multibindings + ${guice.version} + + + + + io.fd.vpp + jvpp-core + 16.09 + + + + + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + + + -- cgit 1.2.3-korg