diff options
author | Dan Timoney <dtimoney@att.com> | 2018-02-27 13:35:58 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2018-02-27 13:35:58 -0500 |
commit | f8b426772a61b078bfcb73093571ecd1cda53996 (patch) | |
tree | 26b109ef6b66cbd411e2ec6fc2e298b9bf4eada0 | |
parent | 4f380043c90d234d563b1011a281b41623148dae (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-x | resource-assignment/installer/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/resource-assignment/installer/pom.xml b/resource-assignment/installer/pom.xml index 9b59cfff7..285580b27 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> |