Update jsch to 0.1.44

It fixes "Corrupted MAC on input" ssh issue.

Change-Id: Ieab2c17936584912a74d4b48815798f43ab39b5e
This commit is contained in:
Anatol Pomozov 2011-01-05 12:41:38 -08:00
parent ce6fba107d
commit ba318f25bb
1 changed files with 6 additions and 0 deletions

View File

@ -481,6 +481,12 @@ limitations under the License.
<version>0.5.1-r1033260</version>
</dependency>
<dependency>
<groupId>com.jcraft</groupId>
<artifactId>jsch</artifactId>
<version>0.1.44</version>
</dependency>
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity</artifactId>