From 2bca3b4a54e1b0a5206c7be14262e35753700d13 Mon Sep 17 00:00:00 2001 From: Jan Srnicek Date: Mon, 9 Oct 2017 10:39:17 +0200 Subject: HONEYCOMB-363 - Bgp extension modules Provides maven modules per bgp extension. Defines common configuration that can be used to define new extensions(AbstractBgpExtensionModule). Change-Id: I1c8ff65b6f9aa5474026f4bdf42476bd0559208e Signed-off-by: Jan Srnicek --- infra/minimal-distribution/pom.xml | 51 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) (limited to 'infra/minimal-distribution/pom.xml') diff --git a/infra/minimal-distribution/pom.xml b/infra/minimal-distribution/pom.xml index 12fe869b4..ead621761 100644 --- a/infra/minimal-distribution/pom.xml +++ b/infra/minimal-distribution/pom.xml @@ -44,6 +44,12 @@ // io.fd.honeycomb.infra.bgp.BgpModule, // io.fd.honeycomb.infra.bgp.BgpReadersModule, // io.fd.honeycomb.infra.bgp.BgpWritersModule, + // io.fd.honeycomb.northbound.bgp.extension.EvpnModule, + // io.fd.honeycomb.northbound.bgp.extension.InetModule, + // io.fd.honeycomb.northbound.bgp.extension.L3VpnV4Module, + // io.fd.honeycomb.northbound.bgp.extension.L3VpnV6Module, + // io.fd.honeycomb.northbound.bgp.extension.LabeledUnicastModule, + // io.fd.honeycomb.northbound.bgp.extension.LinkstateModule, // io.fd.honeycomb.footprint.FootprintModule @@ -84,6 +90,51 @@ bgp ${project.version} + + + + io.fd.honeycomb.northbound.bgp + extension-common + ${project.version} + + + + io.fd.honeycomb.northbound.bgp + evpn + ${project.version} + + + + io.fd.honeycomb.northbound.bgp + inet + ${project.version} + + + + io.fd.honeycomb.northbound.bgp + l3-vpn-v4 + ${project.version} + + + + io.fd.honeycomb.northbound.bgp + l3-vpn-v6 + ${project.version} + + + + io.fd.honeycomb.northbound.bgp + linkstate + ${project.version} + + + + io.fd.honeycomb.northbound.bgp + labeled-unicast + ${project.version} + + + io.fd.honeycomb.footprint impl -- cgit 1.2.3-korg