aboutsummaryrefslogtreecommitdiffstats
path: root/sli
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2019-12-04 11:08:46 -0500
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-12-04 11:08:46 -0500
commit16cb0dd6b9ebe62ee6cb03629d3529057c5d00d3 (patch)
tree30c70f9033b48a1144d63fd75dbeadbeb168fb61 /sli
parentf6dde48113e1ee382272f4ece15573bfb03121c2 (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 'sli')
-rwxr-xr-xsli/installer/pom.xml14
1 files changed, 1 insertions, 13 deletions
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 @@
<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>
@@ -137,7 +125,7 @@
<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>