diff options
author | Vidyashree Rama <vidyashree.rama@huawei.com> | 2018-08-09 12:21:34 +0530 |
---|---|---|
committer | Dan Timoney <dt5972@att.com> | 2018-08-14 14:48:20 +0000 |
commit | 8e8ec2eb81e062010da230fae30626cb07c25bd1 (patch) | |
tree | 67cba985891a5ecd9ad492a574defd9c6a5146b0 /restconf-client/features | |
parent | c29034ab5ea15d4c336f068ca8007ccebfad73e3 (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')
-rw-r--r-- | restconf-client/features/ccsdk-restconf-client/pom.xml | 10 | ||||
-rw-r--r-- | restconf-client/features/src/main/resources/features.xml | 7 |
2 files changed, 7 insertions, 10 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> diff --git a/restconf-client/features/src/main/resources/features.xml b/restconf-client/features/src/main/resources/features.xml index d7907ac2..c07cddff 100644 --- a/restconf-client/features/src/main/resources/features.xml +++ b/restconf-client/features/src/main/resources/features.xml @@ -31,11 +31,8 @@ <feature>sdnc-sli</feature> <feature>spring</feature> <feature>spring-dm</feature> - <bundle>mvn:com.sun.jersey/jersey-client/${jersey.version}</bundle> - <bundle>mvn:com.sun.jersey.contribs.jersey-oauth/oauth-signature/${jersey.version}</bundle> - <bundle>mvn:com.sun.jersey.contribs.jersey-oauth/oauth-client/${jersey.version}</bundle> - <bundle>mvn:org.codehaus.jettison/jettison/${jettison.version}</bundle> - <bundle>mvn:org.onap.ccsdk.sli.plugins/restconf-client-provider/${project.version}</bundle> + <bundle>mvn:org.onap.ccsdk.sli.plugins/properties-node-provider/0.3.0-SNAPSHOT</bundle> + <bundle>mvn:org.onap.ccsdk.sli.plugins/restconf-client-provider/0.3.0-SNAPSHOT</bundle> </feature> </features> |