diff options
author | Hongjun Ni <hongjun.ni@intel.com> | 2016-09-02 22:18:43 +0800 |
---|---|---|
committer | Hongjun Ni <hongjun.ni@intel.com> | 2016-09-14 02:35:12 +0000 |
commit | a736959174f81467f59a45c1a913ae37ded9697a (patch) | |
tree | 5a8dd4815e7c1ded372582fdf568aa2be135e49a /vpp-integration/minimal-distribution/pom.xml | |
parent | d6d2177bd32b8073aaaf0c384b27d1589d5edbf5 (diff) |
HONEYCOMB-46: Add NSH_SFC Feature in Honeycomb
Cherry pick to master
PatchSet 9: Remove unused imports
PatchSet 8: Fix interface DI broken
PatchSet 7: Move VppNshModule to distribution
PatchSet 2: Augment with encap-if-name for nsh-map
Change-Id: Ia12afb72edfe804f26b84021b997d55db3129933
Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
Diffstat (limited to 'vpp-integration/minimal-distribution/pom.xml')
-rw-r--r-- | vpp-integration/minimal-distribution/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vpp-integration/minimal-distribution/pom.xml b/vpp-integration/minimal-distribution/pom.xml index 390db81d0..732ae4ad8 100644 --- a/vpp-integration/minimal-distribution/pom.xml +++ b/vpp-integration/minimal-distribution/pom.xml @@ -32,6 +32,7 @@ <v3po.version>1.16.12-SNAPSHOT</v3po.version> <lisp.version>1.16.12-SNAPSHOT</lisp.version> <vpp.common.min.distro.version>1.16.12-SNAPSHOT</vpp.common.min.distro.version> + <vppnsh.version>1.16.12-SNAPSHOT</vppnsh.version> </properties> <build> @@ -73,5 +74,10 @@ <artifactId>lisp2vpp</artifactId> <version>${lisp.version}</version> </dependency> + <dependency> + <groupId>io.fd.honeycomb.vppnsh</groupId> + <artifactId>vppnsh-impl</artifactId> + <version>${vppnsh.version}</version> + </dependency> </dependencies> </project> |