From: gaurav Date: Fri, 14 Sep 2018 09:06:21 +0000 (+0530) Subject: Dependency management for Restconf Client X-Git-Tag: 0.3.1~7 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=2c99dfb113ca8a960b08de00b90165f0c1565836;p=ccsdk%2Fsli%2Fplugins.git Dependency management for Restconf Client Changes includes: - Disable karaf.feature.test to pass SingleFeatureTest as there is no problem in running env. - Removed Restconf Client from plugins-all to pass SingleFeatureTest. Will submit seperate patch to add Restconf client to boot features list in DockerFile directly. Change-Id: I6193284e9e3c3f9a816133255611df03339937f9 Issue-ID: CCSDK-567 Signed-off-by: Gaurav Agrawal --- diff --git a/features/ccsdk-sli-plugins-all/pom.xml b/features/ccsdk-sli-plugins-all/pom.xml index d4715be6..714ad58a 100644 --- a/features/ccsdk-sli-plugins-all/pom.xml +++ b/features/ccsdk-sli-plugins-all/pom.xml @@ -60,12 +60,5 @@ xml features - - ${project.groupId} - ccsdk-restconf-client - ${project.version} - xml - features - diff --git a/restconf-client/features/ccsdk-restconf-client/pom.xml b/restconf-client/features/ccsdk-restconf-client/pom.xml index 03d93529..462036e7 100644 --- a/restconf-client/features/ccsdk-restconf-client/pom.xml +++ b/restconf-client/features/ccsdk-restconf-client/pom.xml @@ -16,6 +16,10 @@ 0.3.1-SNAPSHOT feature + + true + + ccsdk-sli-plugins :: restconf-client :: ${project.artifactId} @@ -48,10 +52,10 @@ xml features - - - - - + + ${project.groupId} + restconf-client-provider + ${project.version} + diff --git a/restconf-client/provider/pom.xml b/restconf-client/provider/pom.xml index ac5c4cc3..43c9d173 100755 --- a/restconf-client/provider/pom.xml +++ b/restconf-client/provider/pom.xml @@ -65,7 +65,16 @@ restapi-call-node-provider 0.3.1-SNAPSHOT - + + org.opendaylight.netconf + restconf-nb-rfc8040 + ${odl.mdsal.version} + + + org.opendaylight.yangtools + yang-parser-impl + 2.0.6.1 + @@ -109,16 +118,5 @@ 2.0.6.1 test - - org.opendaylight.netconf - restconf-nb-rfc8040 - ${odl.mdsal.version} - - - org.opendaylight.yangtools - yang-parser-impl - 2.0.6.1 - -