From 0b161730fd648bfa4c953e84b2d6a66972bc4da2 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Thu, 22 Mar 2018 16:01:36 +0100 Subject: [PATCH 1/1] Fix odl-config-persister It should not be pulling in facade-xml bundle, but feature. Change-Id: I02af053c3d3c1484a527a7a7864ab8562e3b3059 Signed-off-by: Robert Varga --- features/config-persister/odl-config-persister/pom.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/features/config-persister/odl-config-persister/pom.xml b/features/config-persister/odl-config-persister/pom.xml index 63c60583f9..b8b7603004 100644 --- a/features/config-persister/odl-config-persister/pom.xml +++ b/features/config-persister/odl-config-persister/pom.xml @@ -64,14 +64,16 @@ features - org.opendaylight.mdsal - odl-mdsal-binding-runtime + ${project.groupId} + odl-config-manager-facade-xml xml features - ${project.groupId} - config-manager-facade-xml + org.opendaylight.mdsal + odl-mdsal-binding-runtime + xml + features ${project.groupId} -- 2.36.6