diff options
author | Vidyashree Rama <vidyashree.rama@huawei.com> | 2018-08-17 12:21:05 +0530 |
---|---|---|
committer | Vidyashree Rama <vidyashree.rama@huawei.com> | 2018-08-17 12:21:05 +0530 |
commit | 21190939f08b40c46f908fefabf8cc13e7365f2a (patch) | |
tree | d37d9bf2b2b575a8d4f9a6c08538103dd14b6860 /restconf-client/provider/pom.xml | |
parent | 436c3a034313ef7f27e6df32a33c667d7c89940b (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-x | restconf-client/provider/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/restconf-client/provider/pom.xml b/restconf-client/provider/pom.xml index 5a74d8fc0..46e000094 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> |