HADOOP-14206. TestSFTPFileSystem#testFileExists failure: Invalid encoding for signature. Contributed by Jim Brennan.

This commit is contained in:
John Zhuge 2020-03-07 22:56:11 -08:00
parent 3859fa76d0
commit 999096d82e
No known key found for this signature in database
GPG Key ID: 30289F8D94F5F0DE
1 changed files with 1 additions and 1 deletions

View File

@ -1194,7 +1194,7 @@
<dependency>
<groupId>com.jcraft</groupId>
<artifactId>jsch</artifactId>
<version>0.1.54</version>
<version>0.1.55</version>
</dependency>
<dependency>
<groupId>org.apache.htrace</groupId>