From 316854896ef1ec6bbebdd50f68b54ea1ef900b43 Mon Sep 17 00:00:00 2001 From: Matej Date: Wed, 11 Oct 2017 13:07:03 +0200 Subject: [PATCH] Temporarily disable nsh_sfc nsh_sfc is using outdated jvpp-registry dependency which breaks build for hc2vpp, until dependency is updated nsh_sfc is going to be excluded from hc2vpp Change-Id: Ib7ca2fda0c80257c7194336a55b071c70aebfe21 Signed-off-by: Matej --- pom.xml | 5 ++++- vpp-integration/api-docs/docs/pom.xml | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 4958f4bca..6bcadfe14 100644 --- a/pom.xml +++ b/pom.xml @@ -39,7 +39,10 @@ vpp-common v3po ioam + routing nat lisp @@ -55,4 +58,4 @@ interface-role bgp - \ No newline at end of file + diff --git a/vpp-integration/api-docs/docs/pom.xml b/vpp-integration/api-docs/docs/pom.xml index 5a6888b17..d8021ff1c 100644 --- a/vpp-integration/api-docs/docs/pom.xml +++ b/vpp-integration/api-docs/docs/pom.xml @@ -29,7 +29,10 @@ io.fd.hc2vpp.docs.core.mock.binding.MockBindingModule, io.fd.hc2vpp.docs.core.mock.binding.MockAclModule, + io.fd.hc2vpp.docs.core.mock.binding.MockIoamModule, io.fd.hc2vpp.docs.core.mock.binding.MockNatModule, io.fd.hc2vpp.iface.role.InterfaceRoleModule, @@ -105,4 +108,4 @@ - \ No newline at end of file + -- 2.16.6