diff options
author | janani b <janani.b@huawei.com> | 2018-08-29 11:52:41 +0530 |
---|---|---|
committer | janani b <janani.b@huawei.com> | 2018-08-29 11:52:41 +0530 |
commit | c8a20b7cdc2b563e1ea86a9e25f4ac0e748995f9 (patch) | |
tree | 8c61702c516711b75f6ce4eae05c16a203b6b339 /restconf-client/provider/pom.xml | |
parent | 5c41b487a093174b89f3a66806f115c4459c5065 (diff) |
Implementation for Restconf api call node
Restconf Api Call Node
Issue-ID: CCSDK-372
Change-Id: I1820e97d54e734ccf73c6f48a9afcc4b59dff549
Signed-off-by: janani b <janani.b@huawei.com>
Diffstat (limited to 'restconf-client/provider/pom.xml')
-rwxr-xr-x | restconf-client/provider/pom.xml | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/restconf-client/provider/pom.xml b/restconf-client/provider/pom.xml index 4183d48b..09941264 100755 --- a/restconf-client/provider/pom.xml +++ b/restconf-client/provider/pom.xml @@ -114,8 +114,23 @@ <dependency> <groupId>org.opendaylight.netconf</groupId> <artifactId>restconf-nb-rfc8040</artifactId> - <version>1.7.4-SNAPSHOT</version> + <version>1.7.3</version> <scope>test</scope> </dependency> + <dependency> + <groupId>org.opendaylight.yangtools</groupId> + <artifactId>yang-parser-impl</artifactId> + <version>2.0.6.1</version> + </dependency> + <dependency> + <groupId>org.opendaylight.netconf</groupId> + <artifactId>restconf-common</artifactId> + <version>1.7.3</version> + </dependency> + <dependency> + <groupId>org.opendaylight.netconf</groupId> + <artifactId>restconf-nb-bierman02</artifactId> + <version>1.7.3</version> + </dependency> </dependencies> </project> |