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/pom.xml | |
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/pom.xml')
-rw-r--r-- | org.eclipse.jgit.junit.ssh/pom.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/org.eclipse.jgit.junit.ssh/pom.xml b/org.eclipse.jgit.junit.ssh/pom.xml index c4dae967ff..e1d35ceea0 100644 --- a/org.eclipse.jgit.junit.ssh/pom.xml +++ b/org.eclipse.jgit.junit.ssh/pom.xml @@ -58,16 +58,6 @@ </dependency> <dependency> - <groupId>com.jcraft</groupId> - <artifactId>jsch</artifactId> - </dependency> - - <dependency> - <groupId>com.jcraft</groupId> - <artifactId>jzlib</artifactId> - </dependency> - - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>provided</scope> |