summaryrefslogtreecommitdiffstats
path: root/vpp-integration/minimal-distribution/pom.xml
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2016-10-05 07:20:18 +0200
committerMarek Gradzki <mgradzki@cisco.com>2016-10-05 07:22:38 +0200
commiteec7196453949fa331b71a822959dbc2b0773621 (patch)
tree5e59eaa1f38d3804a1b33e9d467f4954995abda6 /vpp-integration/minimal-distribution/pom.xml
parent2b9ee30164b6b2b42659661eeee863ecad9cf303 (diff)
Revert "Disable NSH plugin due to CI issues"
This reverts commit 2dcc14e9c3c7779200e86fc7eb2fce4a0ef59e47. NSH_SFC master is no longer broken. Change-Id: Ib10b4bfd47efbb9f2393158fb3a9365ec4609793 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'vpp-integration/minimal-distribution/pom.xml')
-rw-r--r--vpp-integration/minimal-distribution/pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/vpp-integration/minimal-distribution/pom.xml b/vpp-integration/minimal-distribution/pom.xml
index a10727849..7e1aa0241 100644
--- a/vpp-integration/minimal-distribution/pom.xml
+++ b/vpp-integration/minimal-distribution/pom.xml
@@ -75,10 +75,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>-->
+ <dependency>
+ <groupId>io.fd.honeycomb.vppnsh</groupId>
+ <artifactId>vppnsh-impl</artifactId>
+ <version>${vppnsh.version}</version>
+ </dependency>
</dependencies>
</project>