aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.junit.ssh/META-INF
diff options
context:
space:
mode:
authorThomas Wolf <thomas.wolf@paranor.ch>2020-06-27 15:01:01 +0200
committerThomas Wolf <thomas.wolf@paranor.ch>2020-07-26 20:44:03 +0200
commiteb67862cbaf8f77a7ebb6e01a0d43366d3a223f0 (patch)
tree3283539072404253f15c588e765373aff51c4ade /org.eclipse.jgit.junit.ssh/META-INF
parentd35f0ffb7c33a11f8192ec64da5a736827ab472d (diff)
downloadjgit-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/META-INF')
-rw-r--r--org.eclipse.jgit.junit.ssh/META-INF/MANIFEST.MF3
1 files changed, 1 insertions, 2 deletions
diff --git a/org.eclipse.jgit.junit.ssh/META-INF/MANIFEST.MF b/org.eclipse.jgit.junit.ssh/META-INF/MANIFEST.MF
index 77f65e4697..2bf9c1f85e 100644
--- a/org.eclipse.jgit.junit.ssh/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.junit.ssh/META-INF/MANIFEST.MF
@@ -8,8 +8,7 @@ Bundle-Localization: plugin
Bundle-Vendor: %Bundle-Vendor
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
-Import-Package: com.jcraft.jsch;version="0.1.55",
- org.apache.sshd.common;version="[2.4.0,2.5.0)",
+Import-Package: org.apache.sshd.common;version="[2.4.0,2.5.0)",
org.apache.sshd.common.config.keys;version="[2.4.0,2.5.0)",
org.apache.sshd.common.file.virtualfs;version="[2.4.0,2.5.0)",
org.apache.sshd.common.helpers;version="[2.4.0,2.5.0)",