diff options
author | Dan Timoney <dtimoney@att.com> | 2022-07-27 13:37:20 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2022-07-27 13:37:20 -0400 |
commit | e3c3b0d9b2d11ea2eee9e320f092cdbec88ec4ef (patch) | |
tree | f91d7725af2b79fb266fa719cd1e7eb571112edc /plugins/restconf-client | |
parent | de63cbb97a9f751f8856647dbf81eb632420cd9d (diff) |
Fix restconf-provider blueprint
Add missing change to YangParserFactory package name in blueprint
Issue-ID: CCSDK-3693
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ia7bc34d27343c676a1f7ba690bc18c9a98684f53
Diffstat (limited to 'plugins/restconf-client')
-rwxr-xr-x | plugins/restconf-client/provider/src/main/resources/org/opendaylight/blueprint/restconf-client-blueprint.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/restconf-client/provider/src/main/resources/org/opendaylight/blueprint/restconf-client-blueprint.xml b/plugins/restconf-client/provider/src/main/resources/org/opendaylight/blueprint/restconf-client-blueprint.xml index efa8fce9d..20a3ab2b5 100755 --- a/plugins/restconf-client/provider/src/main/resources/org/opendaylight/blueprint/restconf-client-blueprint.xml +++ b/plugins/restconf-client/provider/src/main/resources/org/opendaylight/blueprint/restconf-client-blueprint.xml @@ -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"/> |