Refactor plugins to org onap ccsdk
[ccsdk/sli/plugins.git] / restapi-call-node / provider / src / main / resources / META-INF / spring / restapi-call-node-context.xml
index a7b1a89..583563b 100644 (file)
 
        <!-- context:property-placeholder location="file:${SDNC_CONFIG_DIR}/ueb.properties" /-->
 
-       <bean id="restapiCallNode" class="org.openecomp.sdnc.restapicall.RestapiCallNode">
+       <bean id="restapiCallNode" class="org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode">
                <property name="uebServers" value="${servers}" />
                <property name="retryPolicyStore" ref="retryPolicyStore"/>
        </bean>
 
-       <bean id="retryPolicyStore" class="org.openecomp.sdnc.restapicall.RetryPolicyStore">
+       <bean id="retryPolicyStore" class="org.onap.ccsdk.sli.plugins.restapicall.RetryPolicyStore">
                <property name="proxyServers" value="${proxyUrl}" />
        </bean>
 </beans>