From cd29d2dd98b7c40bd4efb6a8705787ca35e99fe9 Mon Sep 17 00:00:00 2001 From: Ravi Pendurty Date: Tue, 11 Aug 2020 09:24:59 +0200 Subject: fix dataprovider blueprint aboutServlet bean of data-provider blueprint updated to point to the right java class Issue-ID: CCSDK-2638 Signed-off-by: Ravi Pendurty Change-Id: I77334deef1f7e1d0df9e9d025fc301eeb768846b Signed-off-by: Ravi Pendurty --- .../src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sdnr/wt') diff --git a/sdnr/wt/data-provider/provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml b/sdnr/wt/data-provider/provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml index ad9661f66..7235b9042 100644 --- a/sdnr/wt/data-provider/provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml +++ b/sdnr/wt/data-provider/provider/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml @@ -43,7 +43,7 @@ + class="org.onap.ccsdk.features.sdnr.wt.dataprovider.http.AboutHttpServlet"> + class="org.onap.ccsdk.features.sdnr.wt.dataprovider.http.YangSchemaHttpServlet"> -- cgit 1.2.3-korg