Skip to content

Commit 12734dd

Browse files
authored
Update pom.xml to migrate to org.eclipse.jgit.ssh.apache
Migrating to org.eclipse.jgit.ssh.apache, I am able to auth to git using id_ed25519 as a private key.
1 parent a7f65ca commit 12734dd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,9 +215,14 @@
215215
</dependency>
216216
<dependency>
217217
<groupId>org.eclipse.jgit</groupId>
218-
<artifactId>org.eclipse.jgit.ssh.jsch</artifactId>
218+
<artifactId>org.eclipse.jgit.ssh.apache</artifactId>
219219
<version>${jgit.version}</version>
220220
</dependency>
221+
<dependency>
222+
<groupId>org.bouncycastle</groupId>
223+
<artifactId>bcpkix-jdk18on</artifactId>
224+
<version>1.81</version>
225+
</dependency>
221226
<!-- Joda Time -->
222227
<dependency>
223228
<groupId>joda-time</groupId>

0 commit comments

Comments
 (0)