Fix JGit integration (#1707)

This commit is contained in:
Shannon Pamperl
2021-08-30 14:44:10 -05:00
committed by GitHub
parent 5a0d55d49d
commit dbdae9d54e
2 changed files with 4 additions and 2 deletions

View File

@@ -64,9 +64,7 @@ dependencies {
implementation "org.apache.maven.resolver:maven-resolver-api:1.4.1"
implementation "org.eclipse.jgit:org.eclipse.jgit:${jgitVersion}"
implementation "org.eclipse.jgit:org.eclipse.jgit.ssh.jsch:${jgitVersion}"
implementation "com.jcraft:jsch.agentproxy.sshagent:${jschVersion}"
implementation "com.jcraft:jsch.agentproxy.jsch:${jschVersion}"
implementation "com.jcraft:jsch.agentproxy.usocket-jna:${jschVersion}"
implementation "com.fasterxml.jackson.core:jackson-databind:2.11.4"
implementation "org.springframework:spring-core:5.3.9"

View File

@@ -67,6 +67,10 @@
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit.ssh.jsch</artifactId>
</dependency>
<dependency>
<groupId>com.jcraft</groupId>
<artifactId>jsch.agentproxy.jsch</artifactId>