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 <[email protected]>
<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>
<module>interface-role</module>
<module>bgp</module>
</modules>
-</project>
\ No newline at end of file
+</project>
<api.docs.modules>
io.fd.hc2vpp.docs.core.mock.binding.MockBindingModule,
io.fd.hc2vpp.docs.core.mock.binding.MockAclModule,
+ <!--
+ nsh module breaks build by using outdated jvpp generator
io.fd.hc2vpp.docs.core.mock.binding.MockNshModule,
+ -->
io.fd.hc2vpp.docs.core.mock.binding.MockIoamModule,
io.fd.hc2vpp.docs.core.mock.binding.MockNatModule,
io.fd.hc2vpp.iface.role.InterfaceRoleModule,
</plugin>
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>