From 71741a3a059d08dee7b8be9fb57fdf1cdaa763f4 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Sat, 9 Oct 2021 11:42:04 +0200 Subject: [PATCH] Move odl-controller-blueprint dependency Nothing in odl-mdsal-distributed-datastore needs blueprint, move the dependency to lower blueprint exposure a bit. JIRA: CONTROLLER-1999 Change-Id: Idea6146c9cdb9d0db363f6d0443e0294af42f72b Signed-off-by: Robert Varga --- features/odl-mdsal-broker/pom.xml | 6 ++++++ features/odl-mdsal-distributed-datastore/pom.xml | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/features/odl-mdsal-broker/pom.xml b/features/odl-mdsal-broker/pom.xml index 11e641df88..f48c4e3bc1 100644 --- a/features/odl-mdsal-broker/pom.xml +++ b/features/odl-mdsal-broker/pom.xml @@ -47,5 +47,11 @@ xml features + + org.opendaylight.controller + odl-controller-blueprint + xml + features + diff --git a/features/odl-mdsal-distributed-datastore/pom.xml b/features/odl-mdsal-distributed-datastore/pom.xml index 468b59e322..20d780ba3a 100644 --- a/features/odl-mdsal-distributed-datastore/pom.xml +++ b/features/odl-mdsal-distributed-datastore/pom.xml @@ -57,12 +57,6 @@ xml features - - org.opendaylight.controller - odl-controller-blueprint - xml - features - org.opendaylight.controller odl-controller-mdsal-common -- 2.36.6