From 39f938a071f0955c0eec12bfcb200889a6aa695a Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Mon, 18 Jun 2018 20:19:32 +0200 Subject: [PATCH] mdsal-trace does not need a ClassLoadingStrategy This blueprint does not really use classLoadingStrategy, remove the reference. Change-Id: Id34c3c97fed3150357c95956c6b03a398d34547e Signed-off-by: Robert Varga --- .../resources/org/opendaylight/blueprint/impl-blueprint.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/opendaylight/md-sal/mdsal-trace/binding-impl/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml b/opendaylight/md-sal/mdsal-trace/binding-impl/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml index 50e0cd003e..0099543441 100644 --- a/opendaylight/md-sal/mdsal-trace/binding-impl/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml +++ b/opendaylight/md-sal/mdsal-trace/binding-impl/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml @@ -16,8 +16,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html interface="org.opendaylight.controller.md.sal.trace.api.TracingDOMDataBroker" odl:type="default" /> - - -- 2.36.6