Adjust to yangtools-2.0.0/odlparent-3.0.0 changes
[netconf.git] / netconf / netconf-netty-util / src / main / java / org / opendaylight / netconf / nettyutil / handler / ssh / authentication / AuthenticationHandler.java
index aed43347d863ee9269911ed4cb66fb7b49535b78..72d9fb7fbc4b3d0bca8e7d5acea68c4bc348dccf 100644 (file)
@@ -9,7 +9,7 @@
 package org.opendaylight.netconf.nettyutil.handler.ssh.authentication;
 
 import java.io.IOException;
-import org.apache.sshd.ClientSession;
+import org.apache.sshd.client.session.ClientSession;
 
 /**
  * Class providing authentication facility to SSH handler.