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
commit59d7e8bbce13d0264858476342039ec5042a4c05 (patch)
treeb9bf3a47f0a04524da49b4b3067738894d47d1eb /vpp-integration/minimal-distribution/pom.xml
parent31a1b1f2dd7d19c240859db51578085117cdd1cb (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>