From 12e9ea641e6cfca47e1c232b788acd6ece5364ba Mon Sep 17 00:00:00 2001 From: Shigeru Yasuda Date: Fri, 11 Sep 2015 17:06:51 +0900 Subject: [PATCH] Bug 4105: Fixed feature test failure due to missing dependency. features-mdsal was missing dependency on sal-clustering-config (type=xml, classifier=entityownershipconfig). Change-Id: Ifa1380a1071ae3c7b730e79c4e1c8ff09dbe15e2 Signed-off-by: Shigeru Yasuda --- features/mdsal/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/features/mdsal/pom.xml b/features/mdsal/pom.xml index 8b16700ccb..0561f16468 100644 --- a/features/mdsal/pom.xml +++ b/features/mdsal/pom.xml @@ -229,6 +229,13 @@ xml config + + org.opendaylight.controller + sal-clustering-config + ${mdsal.version} + xml + entityownershipconfig + org.opendaylight.controller sal-clustering-config -- 2.36.6