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

This commit is contained in:
Tsuyoshi Ozawa 2015-10-14 05:31:43 +09:00
parent d1e1925bf6
commit 33fefa33e5
2 changed files with 4 additions and 1 deletions

View File

@ -1213,6 +1213,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

@ -804,7 +804,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>