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-api/pom.xml | 76 ++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100755 vnfs/honeycomb_plugin/sample_plugin/sample-plugin-api/pom.xml (limited to 'vnfs/honeycomb_plugin/sample_plugin/sample-plugin-api/pom.xml') diff --git a/vnfs/honeycomb_plugin/sample_plugin/sample-plugin-api/pom.xml b/vnfs/honeycomb_plugin/sample_plugin/sample-plugin-api/pom.xml new file mode 100755 index 00000000..74506eb9 --- /dev/null +++ b/vnfs/honeycomb_plugin/sample_plugin/sample-plugin-api/pom.xml @@ -0,0 +1,76 @@ + + + + io.fd.honeycomb.common + api-parent + 1.16.9 + ../../common/api-parent + + + 4.0.0 + org.openecomp.demo.vnf + sample-plugin-api + 1.0.0 + bundle + + + + + org.opendaylight.mdsal.model + mdsal-model-artifacts + 0.8.2-Beryllium-SR2 + pom + import + + + + + + + org.opendaylight.mdsal.model + iana-if-type-2014-05-08 + + + org.opendaylight.mdsal.model + ietf-yang-types-20130715 + + + org.opendaylight.mdsal.model + ietf-interfaces + + + org.opendaylight.mdsal.model + ietf-inet-types-2013-07-15 + + + org.opendaylight.mdsal.model + yang-ext + + + + + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + + + -- cgit 1.2.3-korg