HADOOP-11515. Upgrade jsch lib to jsch-0.1.51 to avoid problems running on java7. (stevel and ozawa)

(cherry picked from commit 33fefa33e5)
This commit is contained in:
Tsuyoshi Ozawa 2015-10-14 05:31:43 +09:00
parent 5c5362980c
commit 171e54e12c
2 changed files with 4 additions and 1 deletions

View File

@ -631,6 +631,9 @@ Release 2.8.0 - UNRELEASED
HADOOP-12449. TestDNS and TestNetUtils failing if no network. (stevel)
HADOOP-11515. Upgrade jsch lib to jsch-0.1.51 to avoid problems running
on java7. (stevel and ozawa)
OPTIMIZATIONS
HADOOP-12051. ProtobufRpcEngine.invoke() should use Exception.toString()

View File

@ -802,7 +802,7 @@
<dependency>
<groupId>com.jcraft</groupId>
<artifactId>jsch</artifactId>
<version>0.1.42</version>
<version>0.1.51</version>
</dependency>
<dependency>
<groupId>org.apache.htrace</groupId>