From 367cc7c7af7a4b760a0f2c4cf6b95eda34e7a542 Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Fri, 30 Jun 2017 23:03:16 +0200 Subject: HONEYCOMB-374: remove BGP distribution for vpp After HONEYCOMB-358 was fixed, BGP northbound interface was included in Honeycomb's minimal distro: https://gerrit.fd.io/r/#/c/7363/ Change-Id: I8164747502b3612f540aa008007ceda445b89cb6 Signed-off-by: Marek Gradzki --- vpp-integration/bgp-distribution/pom.xml | 80 -------------------------------- 1 file changed, 80 deletions(-) delete mode 100644 vpp-integration/bgp-distribution/pom.xml (limited to 'vpp-integration/bgp-distribution/pom.xml') diff --git a/vpp-integration/bgp-distribution/pom.xml b/vpp-integration/bgp-distribution/pom.xml deleted file mode 100644 index 59892d4e4..000000000 --- a/vpp-integration/bgp-distribution/pom.xml +++ /dev/null @@ -1,80 +0,0 @@ - - - - - io.fd.hc2vpp.common - minimal-distribution-parent - 1.17.07-SNAPSHOT - ../../common/minimal-distribution-parent - - - 4.0.0 - io.fd.hc2vpp.integration - bgp-distribution - ${project.artifactId} - 1.17.07-SNAPSHOT - - - io.fd.honeycomb.infra.bgp.distro.Main - ${project.version} - - io.fd.hc2vpp.bgp.inet.BgpInetModule - - - - - - - maven-compiler-plugin - - - org.codehaus.gmaven - groovy-maven-plugin - - - org.apache.maven.plugins - maven-jar-plugin - - - org.apache.maven.plugins - maven-dependency-plugin - - - maven-assembly-plugin - - - - - - - io.fd.hc2vpp.bgp - bgp-inet - ${project.version} - - - io.fd.honeycomb - bgp-distribution - ${honeycomb.min.distro.version} - - - io.fd.hc2vpp.integration - vpp-integration-distribution - ${project.version} - - - \ No newline at end of file -- cgit 1.2.3-korg