diff options
author | Dan Timoney <dtimoney@att.com> | 2021-04-14 14:15:41 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-04-19 17:45:33 +0000 |
commit | 43228cc2a7f06d5e1b6e398023684c80d9ed1270 (patch) | |
tree | 1128649a01f6da9e4941adfb30f1e95715aa14d9 /plugins/restconf-client/provider/pom.xml | |
parent | 19c7de1f524478ea351f4d2dcd76508455a75ba8 (diff) |
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 <dtimoney@att.com>
Change-Id: I9974889bfa9bbd11077c95275c0cb8ba59b1b0bb
Diffstat (limited to 'plugins/restconf-client/provider/pom.xml')
-rwxr-xr-x | plugins/restconf-client/provider/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ <dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>yang-parser-impl</artifactId> + <scope>provided</scope> </dependency> <dependency> <groupId>org.osgi</groupId> |