diff options
Diffstat (limited to 'vpp-integration/minimal-distribution/pom.xml')
-rw-r--r-- | vpp-integration/minimal-distribution/pom.xml | 7 |
1 files changed, 0 insertions, 7 deletions
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, - <!-- Nsh module by default disabled, because it needs vpp-nsh plugin, which is not part of vpp codebase.--> - // io.fd.hc2vpp.vppnsh.impl.VppNshModule, <!-- iOAM module by default disabled, because it needs ioam plugin (not part of vpp codebase.)--> // io.fd.hc2vpp.vppioam.impl.VppIoamModule, <!-- Bgp modules disabled by default, because it BGP northbound interface is not enabled by default --> @@ -130,11 +128,6 @@ <version>${lisp.version}</version> </dependency> <dependency> - <groupId>io.fd.hc2vpp.nsh</groupId> - <artifactId>vppnsh-impl</artifactId> - <version>${vppnsh.version}</version> - </dependency> - <dependency> <groupId>io.fd.hc2vpp.nat</groupId> <artifactId>nat2vpp</artifactId> <version>${nat.version}</version> |