From 0c1ed90342b8eec2d651216550ab089b96156e55 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/impl/pom.xml | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 nsh/impl/pom.xml (limited to 'nsh/impl') diff --git a/nsh/impl/pom.xml b/nsh/impl/pom.xml new file mode 100644 index 000000000..ee420cbe1 --- /dev/null +++ b/nsh/impl/pom.xml @@ -0,0 +1,54 @@ + + + + + io.fd.honeycomb.common + impl-parent + 1.0.0-SNAPSHOT + ../../../common/impl-parent + + + 4.0.0 + io.fd.honeycomb.v3po + nsh-impl + 1.0.0-SNAPSHOT + bundle + + + + ${project.groupId} + nsh-api + 1.0.0-SNAPSHOT + + + org.opendaylight.controller + sal-binding-config + 1.3.2-Beryllium-SR2 + + + junit + junit + test + + + org.mockito + mockito-all + test + + + + -- cgit 1.2.3-korg