Change to CCSDK and ODL Carbon
[appc.git] / appc-dg / appc-dg-shared / appc-dg-ssh / src / main / java / org / openecomp / appc / dg / ssh / SshDBPlugin.java
index d848ff3..d69e25c 100644 (file)
@@ -27,8 +27,8 @@ package org.openecomp.appc.dg.ssh;
 import java.util.Map;
 
 import org.openecomp.appc.exceptions.APPCException;
-import org.openecomp.sdnc.sli.SvcLogicContext;
-import org.openecomp.sdnc.sli.SvcLogicJavaPlugin;
+import org.onap.ccsdk.sli.core.sli.SvcLogicContext;
+import org.onap.ccsdk.sli.core.sli.SvcLogicJavaPlugin;
 
 public interface SshDBPlugin extends SvcLogicJavaPlugin {
     void retrieveConnectionDetails(Map<String, String> params, SvcLogicContext ctx) throws APPCException;