aboutsummaryrefslogtreecommitdiffstats
path: root/restconf-client/provider/pom.xml
diff options
context:
space:
mode:
authorVidyashree Rama <vidyashree.rama@huawei.com>2018-08-17 12:21:05 +0530
committerVidyashree Rama <vidyashree.rama@huawei.com>2018-08-17 12:21:05 +0530
commit21190939f08b40c46f908fefabf8cc13e7365f2a (patch)
treed37d9bf2b2b575a8d4f9a6c08538103dd14b6860 /restconf-client/provider/pom.xml
parent436c3a034313ef7f27e6df32a33c667d7c89940b (diff)
Implementation for properties node serializer
properties node serializer implementation Issue-ID: CCSDK-378 Change-Id: I4eeecb45227e4152d9ff81551fd98efdd1371f84 Signed-off-by: Vidyashree Rama <vidyashree.rama@huawei.com>
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>