From 106fdfe560a0e76c28780eceb3362cd78b06ebf2 Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Fri, 30 Jun 2017 13:11:22 +0200 Subject: HONEYCOMB-374: move BGP to minimal-distribution Separate BGP distribution was temporary workaround for HONEYCOMB-358 and (partially) HONEYCOMB-360. BGP northbound interface is disabled by default. Change-Id: I72a0f83f40ea96bee478be7d6560f2112611d80f Signed-off-by: Marek Gradzki --- infra/minimal-distribution/pom.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'infra/minimal-distribution/pom.xml') diff --git a/infra/minimal-distribution/pom.xml b/infra/minimal-distribution/pom.xml index 66f15f770..37c010f5c 100644 --- a/infra/minimal-distribution/pom.xml +++ b/infra/minimal-distribution/pom.xml @@ -40,7 +40,11 @@ io.fd.honeycomb.infra.distro.netconf.NetconfModule, io.fd.honeycomb.infra.distro.netconf.NetconfReadersModule, io.fd.honeycomb.infra.distro.restconf.RestconfModule, - io.fd.honeycomb.infra.distro.cfgattrs.CfgAttrsModule + 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 @@ -69,5 +73,10 @@ org.eclipse.jetty jetty-server + + io.fd.honeycomb.northbound + bgp + ${project.version} + -- cgit 1.2.3-korg