From 12734ddb5339546f843b70141c4cc364c9412925 Mon Sep 17 00:00:00 2001 From: mplescano Date: Fri, 22 Aug 2025 15:59:02 -0500 Subject: [PATCH] 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. --- pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f936f77..9ffb8b7 100644 --- a/pom.xml +++ b/pom.xml @@ -215,9 +215,14 @@ org.eclipse.jgit - org.eclipse.jgit.ssh.jsch + org.eclipse.jgit.ssh.apache ${jgit.version} + + org.bouncycastle + bcpkix-jdk18on + 1.81 + joda-time