From 4d25c03d4f67171e44b05d7fe0451b2b60cc4574 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 30cb87a35..2994f421e 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