From 76ec4e831b2653426d8bc434dabe145d97efcc2a Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Thu, 6 Jul 2017 12:55:17 +0200 Subject: HONEYCOMB-377: remove enabled flag for bgp Use module configuration to enable/disabe BGP. Also hides BgpExtensionModule module to the user (until HONEYCOMB-363 is fixed). Change-Id: I8294d080138a0bcf640420484b76c089aa332d93 Signed-off-by: Marek Gradzki --- infra/minimal-distribution/pom.xml | 1 - 1 file changed, 1 deletion(-) (limited to 'infra/minimal-distribution/pom.xml') diff --git a/infra/minimal-distribution/pom.xml b/infra/minimal-distribution/pom.xml index 37c010f5c..4c8b72ada 100644 --- a/infra/minimal-distribution/pom.xml +++ b/infra/minimal-distribution/pom.xml @@ -42,7 +42,6 @@ io.fd.honeycomb.infra.distro.restconf.RestconfModule, io.fd.honeycomb.infra.distro.cfgattrs.CfgAttrsModule, // io.fd.honeycomb.infra.bgp.BgpModule, - // io.fd.honeycomb.infra.bgp.BgpExtensionsModule, // io.fd.honeycomb.infra.bgp.BgpReadersModule, // io.fd.honeycomb.infra.bgp.BgpWritersModule -- cgit 1.2.3-korg