Revert "Bump apache mina to 1.2.0"
[netconf.git] / netconf / netconf-netty-util / src / test / java / org / opendaylight / netconf / nettyutil / handler / ssh / authentication / LoginPasswordTest.java
index 367ea81fafde0faeb65b5765d7beed1d9939d81b..9dce159124d544a67c664975d67db1bfcf7857f5 100644 (file)
@@ -13,8 +13,9 @@ import static org.mockito.Mockito.doNothing;
 import static org.mockito.Mockito.doReturn;
 import static org.mockito.Mockito.mock;
 import static org.mockito.Mockito.verify;
+
+import org.apache.sshd.ClientSession;
 import org.apache.sshd.client.future.AuthFuture;
-import org.apache.sshd.client.session.ClientSession;
 import org.junit.Test;
 
 public class LoginPasswordTest {