From fa9f7d5ab720f03462c77500129a5b581edef6a5 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Wed, 8 Feb 2023 19:17:55 +0100 Subject: [PATCH 1/1] Inline dataStreamApplication This bean is used only once, inline it in its sole user. Change-Id: I1540d48e3479a8bc62d0600e7845ab19772672a6 Signed-off-by: Robert Varga --- .../resources/OSGI-INF/blueprint/restconf-bp.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/restconf/restconf-nb/src/main/resources/OSGI-INF/blueprint/restconf-bp.xml b/restconf/restconf-nb/src/main/resources/OSGI-INF/blueprint/restconf-bp.xml index 9c4a427829..bf0771166c 100644 --- a/restconf/restconf-nb/src/main/resources/OSGI-INF/blueprint/restconf-bp.xml +++ b/restconf/restconf-nb/src/main/resources/OSGI-INF/blueprint/restconf-bp.xml @@ -38,11 +38,6 @@ - - - - - @@ -62,7 +57,13 @@ - + + + + + + + -- 2.36.6