Fix restconf-provider blueprint 45/130045/1
authorDan Timoney <dtimoney@att.com>
Wed, 27 Jul 2022 17:37:20 +0000 (13:37 -0400)
committerDan Timoney <dtimoney@att.com>
Wed, 27 Jul 2022 17:37:20 +0000 (13:37 -0400)
Add missing change to YangParserFactory package name in blueprint

Issue-ID: CCSDK-3693
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ia7bc34d27343c676a1f7ba690bc18c9a98684f53

plugins/restconf-client/provider/src/main/resources/org/opendaylight/blueprint/restconf-client-blueprint.xml

index efa8fce..20a3ab2 100755 (executable)
@@ -30,7 +30,7 @@
 
     <reference xmlns:ext="http://aries.apache.org/blueprint/xmlns/blueprint-ext/v1.0.0"
                id="yangParserFactory"
-               interface="org.opendaylight.yangtools.yang.model.parser.api.YangParserFactory"
+               interface="org.opendaylight.yangtools.yang.parser.api.YangParserFactory"
                ext:proxy-method="classes"/>