diff options
Diffstat (limited to 'ansible-adapter/ansible-adapter-installer/pom.xml')
-rw-r--r-- | ansible-adapter/ansible-adapter-installer/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ansible-adapter/ansible-adapter-installer/pom.xml b/ansible-adapter/ansible-adapter-installer/pom.xml index 5f71725ce..f4eee6e66 100644 --- a/ansible-adapter/ansible-adapter-installer/pom.xml +++ b/ansible-adapter/ansible-adapter-installer/pom.xml @@ -119,7 +119,8 @@ <useRepositoryLayout>true</useRepositoryLayout> <addParentPoms>false</addParentPoms> <copyPom>false</copyPom> - <excludeGroupIds>org.opendaylight</excludeGroupIds> + <includeGroupIds>org.onap.ccsdk.sli.adaptors</includeGroupIds> + <scope>provided</scope> </configuration> </execution> |