Skip to content

Commit 4a982a9

Browse files
authored
Merge pull request #547 from TheSnoozer/issue540
#540: add org.eclipse.jgit:org.eclipse.jgit.ssh.jsch as dependency
2 parents ddc7c00 + e4a6cec commit 4a982a9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

core/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@
4343
<artifactId>org.eclipse.jgit</artifactId>
4444
<version>${jgit.version}</version>
4545
</dependency>
46+
<dependency>
47+
<groupId>org.eclipse.jgit</groupId>
48+
<artifactId>org.eclipse.jgit.ssh.jsch</artifactId>
49+
<version>${jgit.version}</version>
50+
</dependency>
4651
<!-- Joda Time -->
4752
<dependency>
4853
<groupId>joda-time</groupId>

0 commit comments

Comments
 (0)