Bump jsch to 0.1.44

It fixes 'Corrupted MAC on input' ssh issue.

CQ: 4728
Change-Id: I7de63cb3482488ac938566706edebee8a1cdad3a
Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
This commit is contained in:
Anatol Pomozov 2011-01-05 12:02:22 -08:00 committed by Chris Aniszczyk
parent 6935db4ec2
commit 74419e1474
1 changed files with 2 additions and 1 deletions

View File

@ -130,7 +130,7 @@
<maven.build.timestamp.format>yyyyMMddHHmm</maven.build.timestamp.format>
<bundle-manifest>${project.build.directory}/META-INF/MANIFEST.MF</bundle-manifest>
<jsch-version>0.1.41</jsch-version>
<jsch-version>0.1.44-1</jsch-version>
<junit-version>4.5</junit-version>
<args4j-version>2.0.12</args4j-version>
<servlet-api-version>2.5</servlet-api-version>
@ -375,4 +375,5 @@
<module>org.eclipse.jgit.test</module>
<module>org.eclipse.jgit.http.test</module>
</modules>
</project>