diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-12-04 11:08:46 -0500 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-12-04 11:08:46 -0500 |
commit | 16cb0dd6b9ebe62ee6cb03629d3529057c5d00d3 (patch) | |
tree | 30c70f9033b48a1144d63fd75dbeadbeb168fb61 /dblib/installer/pom.xml | |
parent | f6dde48113e1ee382272f4ece15573bfb03121c2 (diff) |
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) <dtimoney@att.com>
Diffstat (limited to 'dblib/installer/pom.xml')
-rwxr-xr-x | dblib/installer/pom.xml | 12 |
1 files changed, 2 insertions, 10 deletions
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 @@ <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> @@ -111,8 +103,8 @@ <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> |