diff options
Diffstat (limited to 'appc-config/appc-encryption-tool/provider/src/test/java')
-rw-r--r-- | appc-config/appc-encryption-tool/provider/src/test/java/org/openecomp/appc/encryptiontool/TestEncryptionTool.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appc-config/appc-encryption-tool/provider/src/test/java/org/openecomp/appc/encryptiontool/TestEncryptionTool.java b/appc-config/appc-encryption-tool/provider/src/test/java/org/openecomp/appc/encryptiontool/TestEncryptionTool.java index 36024ee96..640c989e3 100644 --- a/appc-config/appc-encryption-tool/provider/src/test/java/org/openecomp/appc/encryptiontool/TestEncryptionTool.java +++ b/appc-config/appc-encryption-tool/provider/src/test/java/org/openecomp/appc/encryptiontool/TestEncryptionTool.java @@ -31,7 +31,7 @@ import org.junit.Test; import org.openecomp.appc.encryptiontool.wrapper.DbServiceUtil; import org.openecomp.appc.encryptiontool.wrapper.EncryptionToolDGWrapper; import org.openecomp.appc.encryptiontool.wrapper.WrapperEncryptionTool; -import org.openecomp.sdnc.sli.SvcLogicContext; +import org.onap.ccsdk.sli.core.sli.SvcLogicContext; public class TestEncryptionTool { |