diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-06-30 23:03:16 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-07-01 01:17:56 +0200 |
commit | 367cc7c7af7a4b760a0f2c4cf6b95eda34e7a542 (patch) | |
tree | ddb28df4ffe95827d81da239e6822327f2d0ec96 /vpp-integration/pom.xml | |
parent | 9cfc1be756602e554860be23fd34835bfc897cc1 (diff) |
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 <mgradzki@cisco.com>
Diffstat (limited to 'vpp-integration/pom.xml')
-rw-r--r-- | vpp-integration/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vpp-integration/pom.xml b/vpp-integration/pom.xml index 0221bb09f..39ebdd10a 100644 --- a/vpp-integration/pom.xml +++ b/vpp-integration/pom.xml @@ -29,11 +29,10 @@ <version>1.17.07-SNAPSHOT</version> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> - <description>Aggregator for Honeycomb's VPP distributions. Aggregating all Hc2vpp plugins.</description> + <description>Aggregator for Honeycomb's VPP distribution. Aggregating all Hc2vpp plugins.</description> <modules> <module>minimal-distribution</module> - <module>bgp-distribution</module> </modules> <!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build --> |