From 43228cc2a7f06d5e1b6e398023684c80d9ed1270 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Wed, 14 Apr 2021 14:15:41 -0400 Subject: Fix yangparser invocation Fix YangParser invocation in restconf-provider to address breaking change in ODL Aluminum release. Issue-ID: SDNC-1515 Signed-off-by: Dan Timoney Change-Id: I9974889bfa9bbd11077c95275c0cb8ba59b1b0bb --- plugins/restconf-client/provider/pom.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/restconf-client/provider/pom.xml') diff --git a/plugins/restconf-client/provider/pom.xml b/plugins/restconf-client/provider/pom.xml index 6dcc7d70d..b48c8cd48 100755 --- a/plugins/restconf-client/provider/pom.xml +++ b/plugins/restconf-client/provider/pom.xml @@ -93,6 +93,7 @@ org.opendaylight.yangtools yang-parser-impl + provided org.osgi -- cgit 1.2.3-korg