diff options
author | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-03-19 10:54:41 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-03-19 10:59:00 -0400 |
commit | caf1186e23d05f2903410e6521de70aafcccd7b3 (patch) | |
tree | 530c86f4595c50a870e6a9c4549b30d25555bc60 /resource-assignment/installer/pom.xml | |
parent | 4c9667e1a94d56be526d03e151cc7dc19f8486fe (diff) |
Add missing libraries
Updated resource-assignment feature installer to install dependent
libraries if not already installed.
Change-Id: If5df396f1428e4ce8f498acfd3621d429b5489a2
Issue-ID: CCSDK-215
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Diffstat (limited to 'resource-assignment/installer/pom.xml')
-rwxr-xr-x | resource-assignment/installer/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resource-assignment/installer/pom.xml b/resource-assignment/installer/pom.xml index f6d9c70c..7df9502a 100755 --- a/resource-assignment/installer/pom.xml +++ b/resource-assignment/installer/pom.xml @@ -120,7 +120,7 @@ <useRepositoryLayout>true</useRepositoryLayout> <addParentPoms>false</addParentPoms> <copyPom>false</copyPom> - <includeGroupIds>org.onap.ccsdk.sli.adaptors</includeGroupIds> + <excludeGroupIds>org.onap.ccsdk.sli.core,org.opendaylight</excludeGroupIds> <scope>provided</scope> </configuration> </execution> |