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:
Paladox none
2018-09-07 14:56:25 +00:00
committed by David Ostrovsky
parent e171a310ae
commit 70490cdf85
19 changed files with 30 additions and 26 deletions

View File

@@ -30,10 +30,10 @@ import java.io.OutputStream;
import java.net.MalformedURLException;
import java.net.URL;
import org.apache.sshd.common.Factory;
import org.apache.sshd.server.Command;
import org.apache.sshd.server.Environment;
import org.apache.sshd.server.ExitCallback;
import org.apache.sshd.server.SessionAware;
import org.apache.sshd.server.command.Command;
import org.apache.sshd.server.session.ServerSession;
import org.eclipse.jgit.lib.Constants;
import org.eclipse.jgit.util.SystemReader;