Revert "Bump apache mina to 1.2.0"
[netconf.git] / netconf / netconf-netty-util / src / main / java / org / opendaylight / netconf / nettyutil / handler / ssh / authentication / AuthenticationHandler.java
index fad14ebdec239492eb16345d4c9fb9e34ace3091..c6c417f7d0afdd3a52c4fdc7aeb5212fce8c30ef 100644 (file)
@@ -9,7 +9,7 @@
 package org.opendaylight.netconf.nettyutil.handler.ssh.authentication;
 
 import java.io.IOException;
-import org.apache.sshd.client.session.ClientSession;
+import org.apache.sshd.ClientSession;
 
 /**
  * Class providing authentication facility to SSH handler.