From: Timoney, Dan (dt5972) Date: Thu, 5 Dec 2019 19:56:23 +0000 (-0500) Subject: Clean up installer X-Git-Tag: 0.7.0~9 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=ccsdk%2Fsli%2Fplugins.git;a=commitdiff_plain;h=571fb7646ee8a21b4cbc657a02fa82ecd8ee5430 Clean up installer Clean up installers to install only ONAP code, not third party dependencies. Third party dependencies should be installed in ccsdk/distribution/dependencies only. Change-Id: Icd7b7d34d1f0b5c07b8f0badd28e33330e518774 Issue-ID: CCSDK-1979 Signed-off-by: Timoney, Dan (dt5972) --- diff --git a/restapi-call-node/installer/pom.xml b/restapi-call-node/installer/pom.xml index 19b705ad..1e136100 100755 --- a/restapi-call-node/installer/pom.xml +++ b/restapi-call-node/installer/pom.xml @@ -43,14 +43,6 @@ restapi-call-node-provider ${project.version} - - org.springframework - spring-beans - - - org.springframework - spring-context - @@ -110,7 +102,7 @@ true false false - org.onap.ccsdk.sli.core + org.onap.ccsdk.sli.plugins provided diff --git a/restconf-client/installer/pom.xml b/restconf-client/installer/pom.xml index b1b07cbc..db75310b 100755 --- a/restconf-client/installer/pom.xml +++ b/restconf-client/installer/pom.xml @@ -103,7 +103,7 @@ true false false - org.onap.ccsdk.sli.core + org.onap.ccsdk.sli.plugins provided diff --git a/sshapi-call-node/installer/pom.xml b/sshapi-call-node/installer/pom.xml index 44cc82a6..b2f5cb02 100755 --- a/sshapi-call-node/installer/pom.xml +++ b/sshapi-call-node/installer/pom.xml @@ -43,14 +43,6 @@ sshapi-call-node-provider ${project.version} - - org.springframework - spring-beans - - - org.springframework - spring-context - @@ -110,7 +102,7 @@ true false false - org.onap.ccsdk.sli.core + org.onap.ccsdk.sli.plugins provided diff --git a/template-node/installer/pom.xml b/template-node/installer/pom.xml index b4cd35dc..99ef46ff 100644 --- a/template-node/installer/pom.xml +++ b/template-node/installer/pom.xml @@ -100,7 +100,7 @@ true false false - org.onap.ccsdk.sli.plugins,org.apache.velocity + org.onap.ccsdk.sli.plugins provided