Update Apache SSHD to 2.0
See release notes at [1]. Upgrade mina-core to 2.0.17 and also add new dependency sshd-mina. Given that sshd-core was split to small libraries sshd-sftp code was externalized. As the consequence we can now remove exclusion of FileSystemProvider service during fetching of sshd-core from Central. Also adapt the package name of Command related classes. [1] https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12342654&styleName=&projectId=12310849&Create=Create&atl_token=A5KQ-2QAV-T4JA-FDED%7Cf98d7b707f8df425b70a5596aff2a372f9525532%7Clout Feature: Issue 9757 Change-Id: I756e15155592a0f1a781258e78a94a324f0068d8
This commit is contained in:
committed by
David Ostrovsky
parent
e171a310ae
commit
70490cdf85
@@ -45,9 +45,9 @@ import java.util.HashMap;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
import java.util.concurrent.ScheduledThreadPoolExecutor;
|
||||
import org.apache.sshd.server.CommandFactory;
|
||||
import org.apache.sshd.server.auth.gss.GSSAuthenticator;
|
||||
import org.apache.sshd.server.auth.pubkey.PublickeyAuthenticator;
|
||||
import org.apache.sshd.server.command.CommandFactory;
|
||||
import org.eclipse.jgit.lib.Config;
|
||||
|
||||
/** Configures standard dependencies for {@link SshDaemon}. */
|
||||
|
||||
Reference in New Issue
Block a user