diff options
author | Matej <matej.perina@pantheon.tech> | 2017-10-11 13:07:03 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-10-11 13:02:40 +0000 |
commit | 316854896ef1ec6bbebdd50f68b54ea1ef900b43 (patch) | |
tree | a3b85b94ecb861a5e8ca4bf94d64f4cca42abc28 /pom.xml | |
parent | 50ffd9e741d96d23952d2c61e0650157ca8d364a (diff) |
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 <matej.perina@pantheon.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -39,7 +39,10 @@ <module>vpp-common</module> <module>v3po</module> <module>ioam</module> + <!-- + nsh module breaks build by using outdated jvpp generator <module>nsh</module> + --> <module>routing</module> <module>nat</module> <module>lisp</module> @@ -55,4 +58,4 @@ <module>interface-role</module> <module>bgp</module> </modules> -</project>
\ No newline at end of file +</project> |