Browse Source

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>
tags/v0.12.1
Anatol Pomozov 13 years ago
parent
commit
74419e1474
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      pom.xml

+ 2
- 1
pom.xml 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>

Loading…
Cancel
Save