From eaddb3fdc3935a82a3baa0bd26c1d90e06a10ed5 Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Fri, 6 Nov 2015 16:05:11 +0100 Subject: [PATCH 1/1] Add openconfig-config to BGP feature dependencies SingleFeatureTests in distribution jobs are failing. Change-Id: Id6b6a55eb87519c27f63f6149f8dc505033c102f Signed-off-by: Vratko Polak --- artifacts/pom.xml | 7 +++++++ features/bgp/pom.xml | 8 +++++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 7f9844da88..3c3a5f008e 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -148,6 +148,13 @@ xml config-example + + ${project.groupId} + bgp-controller-config + ${project.version} + xml + openconfig-config + ${project.groupId} diff --git a/features/bgp/pom.xml b/features/bgp/pom.xml index 104230146a..e3c7b86f3b 100644 --- a/features/bgp/pom.xml +++ b/features/bgp/pom.xml @@ -242,7 +242,13 @@ xml config-example - + + ${project.groupId} + bgp-controller-config + xml + openconfig-config + + ${project.groupId} data-change-counter-controller-config xml -- 2.36.6