aboutsummaryrefslogtreecommitdiffstats
path: root/features/ccsdk-sli-plugins-all/pom.xml
diff options
context:
space:
mode:
authorgaurav <gaurav.agrawal@huawei.com>2018-07-18 19:39:10 +0530
committergaurav <gaurav.agrawal@huawei.com>2018-07-20 22:16:08 +0530
commitd7d5ea0fe2e9bf6c5222174df2bdd80192b9d6ee (patch)
treed45c061638a355866155c71d6c0a3bdbab52f34e /features/ccsdk-sli-plugins-all/pom.xml
parentd6a56cd8f71cc196083c6ab16e86d24c7c89f9ef (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/pom.xml')
-rw-r--r--features/ccsdk-sli-plugins-all/pom.xml10
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 756e7590..d41b4802 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>