summaryrefslogtreecommitdiffstats
path: root/vpp-integration/minimal-distribution/pom.xml
diff options
context:
space:
mode:
authorHongjun Ni <hongjun.ni@intel.com>2016-09-02 22:18:43 +0800
committerMaros Marsalek <mmarsale@cisco.com>2016-09-12 07:39:41 +0000
commitf1a1a73f83f0652a3038de96cb8121f7ddc80e87 (patch)
treef5891e616d6518f9ffbfb5d46fdea0ebacb1e0bc /vpp-integration/minimal-distribution/pom.xml
parent4c80caaa0a39b52b693fda5165ca4ac3d96e2b2a (diff)
HONEYCOMB-46: Add NSH_SFC Feature in Honeycomb
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.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/vpp-integration/minimal-distribution/pom.xml b/vpp-integration/minimal-distribution/pom.xml
index e3244c203..ecf0497f0 100644
--- a/vpp-integration/minimal-distribution/pom.xml
+++ b/vpp-integration/minimal-distribution/pom.xml
@@ -32,6 +32,7 @@
<v3po.version>1.16.9-SNAPSHOT</v3po.version>
<lisp.version>1.16.9-SNAPSHOT</lisp.version>
<vpp.common.min.distro.version>1.16.9-SNAPSHOT</vpp.common.min.distro.version>
+ <vppnsh.version>1.16.9-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>