diff options
author | Thomas Wolf <thomas.wolf@paranor.ch> | 2020-06-27 15:01:01 +0200 |
---|---|---|
committer | Thomas Wolf <thomas.wolf@paranor.ch> | 2020-07-26 20:44:03 +0200 |
commit | eb67862cbaf8f77a7ebb6e01a0d43366d3a223f0 (patch) | |
tree | 3283539072404253f15c588e765373aff51c4ade /org.eclipse.jgit.junit.ssh/BUILD | |
parent | d35f0ffb7c33a11f8192ec64da5a736827ab472d (diff) | |
download | jgit-eb67862cbaf8f77a7ebb6e01a0d43366d3a223f0.tar.gz jgit-eb67862cbaf8f77a7ebb6e01a0d43366d3a223f0.zip |
Remove dependency on JSch from SSH test framework
Use standard java.security to generate test keys, use sshd to write
public key files, and write PKCS#8 PEM files for our non-encrypted
test private keys. This is a format that both JSch and Apache MINA
sshd can read.
Change-Id: I6ec55cfd7346b672a7fb6139d51abfb06d81a394
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
Diffstat (limited to 'org.eclipse.jgit.junit.ssh/BUILD')
-rw-r--r-- | org.eclipse.jgit.junit.ssh/BUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.jgit.junit.ssh/BUILD b/org.eclipse.jgit.junit.ssh/BUILD index 61b5ce78cb..50142fe5a9 100644 --- a/org.eclipse.jgit.junit.ssh/BUILD +++ b/org.eclipse.jgit.junit.ssh/BUILD @@ -13,7 +13,6 @@ java_library( "//org.eclipse.jgit.ssh.jsch.test:__pkg__", ], deps = [ - "//lib:jsch", "//lib:junit", "//lib:sshd-osgi", "//lib:sshd-sftp", |