diff options
author | Dan Timoney <dtimoney@att.com> | 2017-08-03 16:19:36 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-08-07 14:33:56 -0400 |
commit | a4ce86859ae8849fbc752a258a58c359fcb16fee (patch) | |
tree | 196415867968c1141feda78ae3a821776ad9127a /sliapi/provider/src/main/resources | |
parent | fd84a92af14fddac7fdafa863fc38bf60cb24bfc (diff) |
Change sliapi package names
Change package names on ccsdk/sli/core/sliapi from org.openecomp.sdnc.* to org.onap.ccsdk.*
Issue: CCSDK-11
Change-Id: I152a884c4b418c48e5bebc09aaa470ee86cd46e7
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'sliapi/provider/src/main/resources')
-rw-r--r-- | sliapi/provider/src/main/resources/initial/sliapi-provider.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sliapi/provider/src/main/resources/initial/sliapi-provider.xml b/sliapi/provider/src/main/resources/initial/sliapi-provider.xml index d13152f79..038d209d8 100644 --- a/sliapi/provider/src/main/resources/initial/sliapi-provider.xml +++ b/sliapi/provider/src/main/resources/initial/sliapi-provider.xml @@ -8,9 +8,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 - Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -65,7 +63,7 @@ our service can be resolved. Capabilities for dependencies defined above are implied which is why we do not have define a required capability for the data broker, for example. --> <required-capabilities> - <capability>org:openecomp:sdnc:sliapi:provider:impl?module=sliapi-provider-impl&revision=2014-05-23</capability> + <capability>org:onap:ccsdk:sli:core:sliapi:provider:impl?module=sliapi-provider-impl&revision=2014-05-23</capability> </required-capabilities> </snapshot> |