Change to CCSDK and ODL Carbon
[appc.git] / appc-dispatcher / appc-workflow-management / appc-workflow-management-core / src / main / resources / OSGI-INF / blueprint / blueprint.xml
index bbeb5f4..2bfd64f 100644 (file)
@@ -27,7 +27,7 @@
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.osgi.org/xmlns/blueprint/v1.0.0 http://www.osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd">
 
-       <reference id="svcLogicServiceRef" availability="mandatory" activation="eager" interface="org.openecomp.sdnc.sli.provider.SvcLogicService" />
+       <reference id="svcLogicServiceRef" availability="mandatory" activation="eager" interface="org.onap.ccsdk.sli.core.sli.provider.SvcLogicService" />
 
        <bean id="workflowManagementBean" class="org.openecomp.appc.workflow.impl.WorkFlowManagerImpl" scope="singleton">
                <property name="svcLogicServiceRef" ref="svcLogicServiceRef" />