aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2018-02-27 13:35:58 -0500
committerDan Timoney <dtimoney@att.com>2018-02-27 13:35:58 -0500
commitf8b426772a61b078bfcb73093571ecd1cda53996 (patch)
tree26b109ef6b66cbd411e2ec6fc2e298b9bf4eada0
parent4f380043c90d234d563b1011a281b41623148dae (diff)
Remove unnecessary jar from resource-assignment
Resource-assignment was re-installing sli/core util package. Change-Id: I98683496c216ae0cdc3d15eb3640fa9c6faa2ed8 Issue-ID: CCSDK-176 Signed-off-by: Dan Timoney <dtimoney@att.com>
-rwxr-xr-xresource-assignment/installer/pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/resource-assignment/installer/pom.xml b/resource-assignment/installer/pom.xml
index 9b59cfff..285580b2 100755
--- a/resource-assignment/installer/pom.xml
+++ b/resource-assignment/installer/pom.xml
@@ -119,8 +119,7 @@
<useRepositoryLayout>true</useRepositoryLayout>
<addParentPoms>false</addParentPoms>
<copyPom>false</copyPom>
- <includeGroupIds>org.onap.ccsdk</includeGroupIds>
- <excludeArtifactIds>sli-common,sli-provider,dblib-provider</excludeArtifactIds>
+ <includeGroupIds>org.onap.ccsdk.sli.adaptors</includeGroupIds>
<scope>provided</scope>
</configuration>
</execution>