From: Timoney, Dan (dt5972) Date: Wed, 4 Dec 2019 16:08:46 +0000 (-0500) Subject: Clean up installers X-Git-Tag: 0.7.0~7 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=16cb0dd6b9ebe62ee6cb03629d3529057c5d00d3;p=ccsdk%2Fsli%2Fcore.git Clean up installers 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: I3459d2d5a82899ad21b1b25daae6f6d182d972af Issue-ID: CCSDK-1979 Signed-off-by: Timoney, Dan (dt5972) --- diff --git a/dblib/installer/pom.xml b/dblib/installer/pom.xml index 0c5204b9..bf19ba0e 100755 --- a/dblib/installer/pom.xml +++ b/dblib/installer/pom.xml @@ -45,14 +45,6 @@ ${project.version} - - org.slf4j - jcl-over-slf4j - - - org.apache.tomcat - tomcat-jdbc - @@ -111,8 +103,8 @@ true false false - org.onap.ccsdk.sli.core,org.apache.tomcat,org.slf4j - utils-provider,slf4j-api + org.onap.ccsdk.sli.core + utils-provider provided diff --git a/sli/installer/pom.xml b/sli/installer/pom.xml index 937e54c5..866e9b03 100755 --- a/sli/installer/pom.xml +++ b/sli/installer/pom.xml @@ -66,18 +66,6 @@ sli-recording ${project.version} - - com.att.eelf - eelf-core - - - ch.qos.logback - logback-core - - - ch.qos.logback - logback-classic - @@ -137,7 +125,7 @@ true false false - org.onap.ccsdk.sli.core,com.att.eelf,ch.qos.logback + org.onap.ccsdk.sli.core utils-provider,dblib-provider provided diff --git a/sliPluginUtils/installer/pom.xml b/sliPluginUtils/installer/pom.xml index 82ee5d18..9d71a964 100755 --- a/sliPluginUtils/installer/pom.xml +++ b/sliPluginUtils/installer/pom.xml @@ -66,10 +66,6 @@ ${project.version} - - org.apache.commons - commons-text - @@ -128,7 +124,7 @@ true false false - sliPluginUtils-provider,ccsdk-sliPluginUtils,features-sliPluginUtils,commons-text + sliPluginUtils-provider,ccsdk-sliPluginUtils,features-sliPluginUtils provided