diff options
Diffstat (limited to 'restconf-client')
-rwxr-xr-x | restconf-client/installer/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/restconf-client/installer/pom.xml b/restconf-client/installer/pom.xml index b1b07cbc..db75310b 100755 --- a/restconf-client/installer/pom.xml +++ b/restconf-client/installer/pom.xml @@ -103,7 +103,7 @@ <useRepositoryLayout>true</useRepositoryLayout> <addParentPoms>false</addParentPoms> <copyPom>false</copyPom> - <excludeGroupIds>org.onap.ccsdk.sli.core</excludeGroupIds> + <includeGroupIds>org.onap.ccsdk.sli.plugins</includeGroupIds> <scope>provided</scope> </configuration> </execution> |