diff options
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 f6d9c70c5..7df9502a0 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> |