Revert "Bump apache mina to 1.2.0"
[netconf.git] / netconf / netconf-ssh / src / main / java / org / opendaylight / netconf / ssh / SshProxyServerConfiguration.java
index 89089d2c0c1885620f779b9f97d4d8c7c939031f..55b54862d2e2abcea38ba1bc61ba3a00f1e3dfc0 100644 (file)
@@ -11,7 +11,7 @@ package org.opendaylight.netconf.ssh;
 import com.google.common.base.Preconditions;
 import io.netty.channel.local.LocalAddress;
 import java.net.InetSocketAddress;
-import org.apache.sshd.common.keyprovider.KeyPairProvider;
+import org.apache.sshd.common.KeyPairProvider;
 import org.opendaylight.netconf.auth.AuthProvider;
 
 public final class SshProxyServerConfiguration {