summaryrefslogtreecommitdiffstats
path: root/plugins/restconf-client/provider/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2021-04-14 14:15:41 -0400
committerDan Timoney <dtimoney@att.com>2021-04-19 13:38:00 -0400
commit4d25c03d4f67171e44b05d7fe0451b2b60cc4574 (patch)
tree740f55219e70e589e62dc26bf723b441e9d9bc7a /plugins/restconf-client/provider/pom.xml
parentb8cd77554a20a0924276e4e05f401b7643685537 (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-xplugins/restconf-client/provider/pom.xml1
1 files changed, 1 insertions, 0 deletions
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 @@
<dependency>
<groupId>org.opendaylight.yangtools</groupId>
<artifactId>yang-parser-impl</artifactId>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.osgi</groupId>