Fix JGit integration (#1707)
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user