diff options
author | gaurav <gaurav.agrawal@huawei.com> | 2018-07-18 19:39:10 +0530 |
---|---|---|
committer | gaurav <gaurav.agrawal@huawei.com> | 2018-07-20 22:16:08 +0530 |
commit | d7d5ea0fe2e9bf6c5222174df2bdd80192b9d6ee (patch) | |
tree | d45c061638a355866155c71d6c0a3bdbab52f34e /features/ccsdk-sli-plugins-all | |
parent | d6a56cd8f71cc196083c6ab16e86d24c7c89f9ef (diff) |
API for RestconfClient
API for RestconfClient including:
- RestconfApiCallNode
- RestconfDiscoveryNode
Change-Id: Ieda6251b91b6d399cd0106993c3fdd1a440d5b0a
Issue-ID: CCSDK-371
Signed-off-by: Gaurav Agrawal <gaurav.agrawal@huawei.com>
Diffstat (limited to 'features/ccsdk-sli-plugins-all')
-rw-r--r-- | features/ccsdk-sli-plugins-all/pom.xml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/features/ccsdk-sli-plugins-all/pom.xml b/features/ccsdk-sli-plugins-all/pom.xml index 756e75902..d41b48022 100644 --- a/features/ccsdk-sli-plugins-all/pom.xml +++ b/features/ccsdk-sli-plugins-all/pom.xml @@ -51,8 +51,12 @@ <type>xml</type> <classifier>features</classifier> </dependency> - - - + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>ccsdk-restconf-client</artifactId> + <version>${project.version}</version> + <type>xml</type> + <classifier>features</classifier> + </dependency> </dependencies> </project> |