Clean up installers 57/99157/1
authorTimoney, Dan (dt5972) <dtimoney@att.com>
Wed, 4 Dec 2019 16:08:46 +0000 (11:08 -0500)
committerTimoney, Dan (dt5972) <dtimoney@att.com>
Wed, 4 Dec 2019 16:08:46 +0000 (11:08 -0500)
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) <dtimoney@att.com>
dblib/installer/pom.xml
sli/installer/pom.xml
sliPluginUtils/installer/pom.xml

index 0c5204b..bf19ba0 100755 (executable)
                        <version>${project.version}</version>
                </dependency>
 
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>jcl-over-slf4j</artifactId>
-        </dependency>
-               <dependency>
-                       <groupId>org.apache.tomcat</groupId>
-                       <artifactId>tomcat-jdbc</artifactId>
-               </dependency>
        </dependencies>
 
        <build>
                                                        <useRepositoryLayout>true</useRepositoryLayout>
                                                        <addParentPoms>false</addParentPoms>
                                                        <copyPom>false</copyPom>
-                             <includeGroupIds>org.onap.ccsdk.sli.core,org.apache.tomcat,org.slf4j</includeGroupIds>
-                                                       <excludeArtifactIds>utils-provider,slf4j-api</excludeArtifactIds>
+                             <includeGroupIds>org.onap.ccsdk.sli.core</includeGroupIds>
+                                                       <excludeArtifactIds>utils-provider</excludeArtifactIds>
                                                        <scope>provided</scope>
                                                </configuration>
                                        </execution>
index 937e54c..866e9b0 100755 (executable)
                        <artifactId>sli-recording</artifactId>
                        <version>${project.version}</version>
                </dependency>
-               <dependency>
-                       <groupId>com.att.eelf</groupId>
-                       <artifactId>eelf-core</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>ch.qos.logback</groupId>
-                       <artifactId>logback-core</artifactId>
-               </dependency>
-               <dependency>
-                       <groupId>ch.qos.logback</groupId>
-                       <artifactId>logback-classic</artifactId>
-               </dependency>
 
        </dependencies>
 
                                                        <useRepositoryLayout>true</useRepositoryLayout>
                                                        <addParentPoms>false</addParentPoms>
                                                        <copyPom>false</copyPom>
-                                                       <includeGroupIds>org.onap.ccsdk.sli.core,com.att.eelf,ch.qos.logback</includeGroupIds>
+                                                       <includeGroupIds>org.onap.ccsdk.sli.core</includeGroupIds>
                                                        <excludeArtifactIds>utils-provider,dblib-provider</excludeArtifactIds>
                                                        <scope>provided</scope>
                                                </configuration>
index 82ee5d1..9d71a96 100755 (executable)
                        <version>${project.version}</version>
                </dependency>
 
-        <dependency>
-            <groupId>org.apache.commons</groupId>
-            <artifactId>commons-text</artifactId>
-        </dependency>
        </dependencies>
 
        <build>
                                                        <useRepositoryLayout>true</useRepositoryLayout>
                                                        <addParentPoms>false</addParentPoms>
                                                        <copyPom>false</copyPom>
-                                                       <includeArtifactIds>sliPluginUtils-provider,ccsdk-sliPluginUtils,features-sliPluginUtils,commons-text</includeArtifactIds>
+                                                       <includeArtifactIds>sliPluginUtils-provider,ccsdk-sliPluginUtils,features-sliPluginUtils</includeArtifactIds>
                                                        <scope>provided</scope>
                                                </configuration>
                                        </execution>