aboutsummaryrefslogtreecommitdiffstats
path: root/restconf-client/provider/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'restconf-client/provider/pom.xml')
-rwxr-xr-xrestconf-client/provider/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/restconf-client/provider/pom.xml b/restconf-client/provider/pom.xml
index 5a74d8fc..46e00009 100755
--- a/restconf-client/provider/pom.xml
+++ b/restconf-client/provider/pom.xml
@@ -70,5 +70,11 @@
<artifactId>properties-node-provider</artifactId>
<version>0.3.0-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>org.opendaylight.yangtools</groupId>
+ <artifactId>yang-data-impl</artifactId>
+ <version>2.0.3</version>
+ </dependency>
+
</dependencies>
</project>