[CL 2 of 3] Update apache mina library from v1_6_0 to v2_1_0

Adapts all code for backwards incompatible API changes in one go and sets global default version to v2_1_0

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=215769488
This commit is contained in:
Ben McIlwain 2018-10-04 11:10:30 -07:00
parent e3a35f0aa0
commit ac05ccb95e

View file

@ -31,11 +31,11 @@ import org.apache.sshd.common.NamedFactory;
import org.apache.sshd.common.file.virtualfs.VirtualFileSystemFactory;
import org.apache.sshd.common.keyprovider.KeyPairProvider;
import org.apache.sshd.common.random.SingletonRandomFactory;
import org.apache.sshd.server.Command;
import org.apache.sshd.server.ServerBuilder;
import org.apache.sshd.server.SshServer;
import org.apache.sshd.server.auth.password.PasswordAuthenticator;
import org.apache.sshd.server.auth.pubkey.PublickeyAuthenticator;
import org.apache.sshd.server.command.Command;
import org.apache.sshd.server.scp.ScpCommandFactory;
import org.apache.sshd.server.session.ServerSession;
import org.apache.sshd.server.subsystem.sftp.SftpSubsystemFactory;