X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=netconf%2Fnetconf-client%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fnetconf%2Fclient%2FSshClientChannelInitializer.java;h=93f6d006e868c5d06d3297885f489f37d11b3099;hb=c1999af65772cfa7d9a6789926c496c31637772f;hp=3f8c35ce98d0b94164377ab2dbad70428023a7ea;hpb=f402dcd49a468e018192c96151bef3a0cdf70d62;p=netconf.git diff --git a/netconf/netconf-client/src/main/java/org/opendaylight/netconf/client/SshClientChannelInitializer.java b/netconf/netconf-client/src/main/java/org/opendaylight/netconf/client/SshClientChannelInitializer.java index 3f8c35ce98..93f6d006e8 100644 --- a/netconf/netconf-client/src/main/java/org/opendaylight/netconf/client/SshClientChannelInitializer.java +++ b/netconf/netconf-client/src/main/java/org/opendaylight/netconf/client/SshClientChannelInitializer.java @@ -9,11 +9,11 @@ package org.opendaylight.netconf.client; import io.netty.channel.Channel; import io.netty.util.concurrent.Promise; -import org.apache.sshd.client.SshClient; import org.eclipse.jdt.annotation.Nullable; import org.opendaylight.netconf.nettyutil.AbstractChannelInitializer; import org.opendaylight.netconf.nettyutil.handler.ssh.authentication.AuthenticationHandler; import org.opendaylight.netconf.nettyutil.handler.ssh.client.AsyncSshHandler; +import org.opendaylight.netconf.shaded.sshd.client.SshClient; final class SshClientChannelInitializer extends AbstractChannelInitializer {