diff options
author | Dan Timoney <dtimoney@att.com> | 2018-02-14 14:28:47 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2018-02-15 10:55:11 -0500 |
commit | d873c2251b596c5dc15c0899b22ea0b7fdd6a286 (patch) | |
tree | 7180f1643644be469a4675a514a261c2f6068e81 /sliapi/installer/pom.xml | |
parent | 650bf0cbd81be4af3203103188e69f68fdca3a01 (diff) |
Fix install issues
Fixed issues in installation scripts
Change-Id: I4bd59ab16b55555ded8d9c2b0e8486d3df88fb44
Issue-ID: CCSDK-175
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'sliapi/installer/pom.xml')
-rwxr-xr-x | sliapi/installer/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sliapi/installer/pom.xml b/sliapi/installer/pom.xml index 290524e32..d9da9794e 100755 --- a/sliapi/installer/pom.xml +++ b/sliapi/installer/pom.xml @@ -104,8 +104,7 @@ <useRepositoryLayout>true</useRepositoryLayout> <addParentPoms>false</addParentPoms> <copyPom>false</copyPom> - <includeGroupIds>org.onap.ccsdk.sli.core</includeGroupIds> - <excludeArtifactIds>sli-common,sli-provider,dblib-provider</excludeArtifactIds> + <includeArtifactIds>sliapi-model,sliapi-provider,ccsdk-sliapi,features-sliapi</includeArtifactIds> <scope>provided</scope> </configuration> </execution> |