summaryrefslogtreecommitdiffstats
path: root/restconf-client/features/ccsdk-restconf-client
diff options
context:
space:
mode:
authorVidyashree Rama <vidyashree.rama@huawei.com>2018-08-09 12:21:34 +0530
committerDan Timoney <dt5972@att.com>2018-08-14 14:48:20 +0000
commit8e8ec2eb81e062010da230fae30626cb07c25bd1 (patch)
tree67cba985891a5ecd9ad492a574defd9c6a5146b0 /restconf-client/features/ccsdk-restconf-client
parentc29034ab5ea15d4c336f068ca8007ccebfad73e3 (diff)
RestconfDiscoveryNode Plugin implementation
Initial code submit for supporting RestconfDiscoveryNode Plugin implementation Issue-ID: CCSDK-374 Change-Id: Ieb0b622b135ea78ef58bd36dfe171f4117bc3328 Signed-off-by: Vidyashree Rama <vidyashree.rama@huawei.com>
Diffstat (limited to 'restconf-client/features/ccsdk-restconf-client')
-rw-r--r--restconf-client/features/ccsdk-restconf-client/pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/restconf-client/features/ccsdk-restconf-client/pom.xml b/restconf-client/features/ccsdk-restconf-client/pom.xml
index 8bdfe87a..1877f19d 100644
--- a/restconf-client/features/ccsdk-restconf-client/pom.xml
+++ b/restconf-client/features/ccsdk-restconf-client/pom.xml
@@ -46,10 +46,10 @@
<type>xml</type>
<classifier>features</classifier>
</dependency>
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>restconf-client-provider</artifactId>
- <version>${project.version}</version>
- </dependency>
+ <!--<dependency>-->
+ <!--<groupId>${project.groupId}</groupId>-->
+ <!--<artifactId>restconf-client-provider</artifactId>-->
+ <!--<version>${project.version}</version>-->
+ <!--</dependency>-->
</dependencies>
</project>