From a5e47c8e227a1914cd380a993e03c2fe07b0e3d8 Mon Sep 17 00:00:00 2001 From: Hongjun Ni Date: Fri, 24 Jun 2016 23:44:03 +0800 Subject: HONEYCOMB-46: Add NSH feature in Honeycomb PatchSet 14: Refactor NSH Plugin based on new code organization PatchSet 13: merge Change 1796: Add nsh-entry Yang Model PatchSet 12:augment with vxlan-encap-type PatchSet 11: rebase and make nsh yang model visible to ODL netconf PatchSet 8: move vpp-nsh.yang to v3po/nsh folder PatchSet 7: split two patches: nsh-entry and nsh-map PatchSet 6: support md-type1 and md-type2 PatchSet 5: Use encap-type and parameters PatchSet 4: Use identity instead of enum PatchSet 3: consolidate comments from Ed PatchSet 2: fix indent issue. Change-Id: I18353b714d39199ffa346fd39da6cafdbcc1b30c Signed-off-by: Hongjun Ni Signed-off-by: Ed Warnicke --- nsh/api/pom.xml | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 nsh/api/pom.xml (limited to 'nsh/api/pom.xml') diff --git a/nsh/api/pom.xml b/nsh/api/pom.xml new file mode 100644 index 000000000..44119a992 --- /dev/null +++ b/nsh/api/pom.xml @@ -0,0 +1,70 @@ + + + + + io.fd.honeycomb.common + api-parent + 1.0.0-SNAPSHOT + ../../common/api-parent + + + 4.0.0 + io.fd.honeycomb.v3po + nsh-api + 1.0.0-SNAPSHOT + 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 + + + ${project.groupId} + v3po-api + ${project.version} + + + -- cgit 1.2.3-korg