diff options
-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 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> |