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/northbound/bgp/pom.xml | 111 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 111 insertions(+) create mode 100644 infra/northbound/bgp/pom.xml (limited to 'infra/northbound/bgp/pom.xml') diff --git a/infra/northbound/bgp/pom.xml b/infra/northbound/bgp/pom.xml new file mode 100644 index 000000000..60860a50a --- /dev/null +++ b/infra/northbound/bgp/pom.xml @@ -0,0 +1,111 @@ + + + + + + impl-parent + io.fd.honeycomb.common + 1.17.07-SNAPSHOT + ../../../common/impl-parent + + + 4.0.0 + + io.fd.honeycomb.northbound + bgp + 1.17.07-SNAPSHOT + + + + + io.fd.honeycomb.northbound + common + ${project.version} + + + + + io.fd.honeycomb + minimal-distribution-core + ${project.version} + + + + + com.google.inject + guice + + + net.jmob + guice.conf + + + + + io.fd.honeycomb + bgp-translate-api + ${project.version} + + + io.fd.honeycomb + bgp-translate-impl + ${project.version} + + + + + org.opendaylight.bgpcep + bgp-rib-impl + + + + org.powermock + powermock + + + + + org.opendaylight.bgpcep + bgp-openconfig-impl + + + + + org.opendaylight.bgpcep + bgp-evpn + + + org.opendaylight.bgpcep + bgp-inet + + + org.opendaylight.bgpcep + bgp-labeled-unicast + + + org.opendaylight.bgpcep + bgp-linkstate + + + org.opendaylight.bgpcep + bgp-l3vpn + + + + \ No newline at end of file -- cgit 1.2.3-korg