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
@@ -17,7 +17,7 @@ package com.google.gerrit.sshd;
|
||||
import com.google.auto.value.AutoAnnotation;
|
||||
import com.google.inject.Key;
|
||||
import java.lang.annotation.Annotation;
|
||||
import org.apache.sshd.server.Command;
|
||||
import org.apache.sshd.server.command.Command;
|
||||
|
||||
/** Utilities to support {@link CommandName} construction. */
|
||||
public class Commands {
|
||||
|
||||
Reference in New Issue
Block a user