Revert "Bump apache mina to 1.2.0"
[netconf.git] / netconf / netconf-netty-util / src / main / java / org / opendaylight / netconf / nettyutil / handler / ssh / authentication / LoginPassword.java
index c0e78e7e69c3225f01d0bc90cfc21acee3d2178f..6219f91b2d9998a6c2d2027a457f615f14de69cb 100644 (file)
@@ -9,8 +9,8 @@
 package org.opendaylight.netconf.nettyutil.handler.ssh.authentication;
 
 import java.io.IOException;
+import org.apache.sshd.ClientSession;
 import org.apache.sshd.client.future.AuthFuture;
-import org.apache.sshd.client.session.ClientSession;
 
 /**
  * Class Providing username/password authentication option to