Merge branch 'stable-2.14'

* stable-2.14:
  Bump Mina core to 2.0.16 and sshd to 1.4

Change-Id: I9184620c384325ae1ffc88c0ebf4ba0e009bc6d9
This commit is contained in:
David Pursehouse
2017-03-28 08:16:22 +09:00
4 changed files with 11 additions and 11 deletions

View File

@@ -32,7 +32,7 @@ import java.lang.ProcessBuilder.Redirect;
import java.net.InetSocketAddress;
import java.nio.file.Files;
import java.nio.file.Path;
import org.apache.sshd.common.util.SecurityUtils;
import org.apache.sshd.common.util.security.SecurityUtils;
import org.apache.sshd.server.keyprovider.SimpleGeneratorHostKeyProvider;
/** Initialize the {@code sshd} configuration section. */