From ac05ccb95e823193556bc176e8c804e4a52cd4de Mon Sep 17 00:00:00 2001 From: Ben McIlwain Date: Thu, 4 Oct 2018 11:10:30 -0700 Subject: [PATCH] [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 --- javatests/google/registry/testing/sftp/TestSftpServer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javatests/google/registry/testing/sftp/TestSftpServer.java b/javatests/google/registry/testing/sftp/TestSftpServer.java index 042d0967e..e7240f91b 100644 --- a/javatests/google/registry/testing/sftp/TestSftpServer.java +++ b/javatests/google/registry/testing/sftp/TestSftpServer.java @@ -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;