From bedf02b7e70a58ecbff98f261df816de3cf1e0a3 Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Thu, 31 May 2018 08:14:24 +0200 Subject: HC2VPP-336: disable NSH plugin nsh_sfc 18.07-SNAPSHOT artifacts are missing in the https://nexus.fd.io/content/repositories/fd.io.snapshot/io/fd/nsh_sfc/nsh-sfc/ repo, which causes hc2vpp build failures. As a workaround nsh plugin was disabled. Change-Id: If65f783f85f9b491f7caea63a51c70e4b4ad39c6 Signed-off-by: Marek Gradzki --- vpp-integration/minimal-distribution/pom.xml | 7 ------- 1 file changed, 7 deletions(-) (limited to 'vpp-integration/minimal-distribution') diff --git a/vpp-integration/minimal-distribution/pom.xml b/vpp-integration/minimal-distribution/pom.xml index 8399ff27e..791ad9515 100644 --- a/vpp-integration/minimal-distribution/pom.xml +++ b/vpp-integration/minimal-distribution/pom.xml @@ -65,8 +65,6 @@ io.fd.hc2vpp.dhcp.DhcpModule, io.fd.hc2vpp.policer.PolicerModule, io.fd.hc2vpp.mpls.MplsModule, - - // io.fd.hc2vpp.vppnsh.impl.VppNshModule, // io.fd.hc2vpp.vppioam.impl.VppIoamModule, @@ -129,11 +127,6 @@ lisp2vpp ${lisp.version} - - io.fd.hc2vpp.nsh - vppnsh-impl - ${vppnsh.version} - io.fd.hc2vpp.nat nat2vpp -- cgit 1.2.3-korg