mirror of
https://github.com/google/nomulus.git
synced 2025-07-19 17:26:09 +02:00
[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:
parent
e3a35f0aa0
commit
ac05ccb95e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue