diff options
author | Vidyashree Rama <vidyashree.rama@huawei.com> | 2018-08-17 17:15:20 +0530 |
---|---|---|
committer | Vidyashree Rama <vidyashree.rama@huawei.com> | 2018-08-17 17:17:37 +0530 |
commit | 224d394cda8a832f8d8c9db03795343ac82f7058 (patch) | |
tree | a2169c9a25aeacfe0519e8778fcaf0ee2d34bc56 /restconf-client/provider/pom.xml | |
parent | 06f4a6531b11b1e841f4c63b968d2b8a7a65eaf6 (diff) |
Unit test and decode implementation
properties node serializer decode implementation and unit test cases
Issue-ID: CCSDK-378
Change-Id: I586fd534f441eb361e8d75af18cc778f7ad4cc67
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 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/restconf-client/provider/pom.xml b/restconf-client/provider/pom.xml index 8995f1dd3..2b5be877a 100755 --- a/restconf-client/provider/pom.xml +++ b/restconf-client/provider/pom.xml @@ -94,5 +94,23 @@ <artifactId>restapi-call-node-provider</artifactId> <version>0.3.0-SNAPSHOT</version> </dependency> + <dependency> + <groupId>org.hamcrest</groupId> + <artifactId>hamcrest-library</artifactId> + <version>1.3</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.opendaylight.yangtools</groupId> + <artifactId>yang-test-util</artifactId> + <version>2.0.3</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.opendaylight.netconf</groupId> + <artifactId>restconf-nb-rfc8040</artifactId> + <version>1.7.4-SNAPSHOT</version> + <scope>test</scope> + </dependency> </dependencies> </project> |