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

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

View File

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