summaryrefslogtreecommitdiffstats
path: root/vpp-integration/minimal-distribution/pom.xml
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2016-09-29 13:41:55 +0200
committerMarek Gradzki <mgradzki@cisco.com>2016-09-29 13:41:58 +0200
commit2dcc14e9c3c7779200e86fc7eb2fce4a0ef59e47 (patch)
treecafc4e41abbeb4898766175e21213ff1614f4cae /vpp-integration/minimal-distribution/pom.xml
parent0daebe388a00641f31de6eb491f13906bf7b8ba9 (diff)
Disable NSH plugin due to CI issues
Will be reverted after merging https://gerrit.fd.io/r/#/c/3181/ Change-Id: Iab9e7d8a1e79cd96f84842071c62148aa9748b6f 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 7e1aa0241..a10727849 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>