From d987a19ac7538614984a5b33869b86575ff4dfea Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Sat, 9 Oct 2021 13:21:13 +0200 Subject: [PATCH] Remove odl-controller-blueprint from odl-mdsal-broker Only a few services need ODL blueprint extensions, minimize their exposure by not installing them for odl-mdsal-broker. JIRA: CONTROLLER-2006 Change-Id: I63f4b8b977d993b989f45351b7b22ae3bd92dbec Signed-off-by: Robert Varga --- features/odl-clustering-test-app/pom.xml | 6 ++++++ features/odl-mdsal-broker/pom.xml | 6 ------ features/odl-toaster/pom.xml | 6 ++++++ 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/features/odl-clustering-test-app/pom.xml b/features/odl-clustering-test-app/pom.xml index e1f76bf472..911927177e 100644 --- a/features/odl-clustering-test-app/pom.xml +++ b/features/odl-clustering-test-app/pom.xml @@ -31,6 +31,12 @@ xml features + + org.opendaylight.controller + odl-controller-blueprint + xml + features + org.opendaylight.controller.samples clustering-it-model diff --git a/features/odl-mdsal-broker/pom.xml b/features/odl-mdsal-broker/pom.xml index 95740769ac..ac330c098d 100644 --- a/features/odl-mdsal-broker/pom.xml +++ b/features/odl-mdsal-broker/pom.xml @@ -47,11 +47,5 @@ xml features - - org.opendaylight.controller - odl-controller-blueprint - xml - features - diff --git a/features/odl-toaster/pom.xml b/features/odl-toaster/pom.xml index 2fd4ef5f16..3958a199b1 100644 --- a/features/odl-toaster/pom.xml +++ b/features/odl-toaster/pom.xml @@ -32,6 +32,12 @@ xml features + + org.opendaylight.controller + odl-controller-blueprint + xml + features + org.opendaylight.controller.samples sample-toaster -- 2.36.6