Skip to content

Commit

Permalink
fix(datasophon-common): 升级jsch版本 (#182)
Browse files Browse the repository at this point in the history
解决老版本jsch与高版本Openssh兼容问题

Co-authored-by: zhangdawei <zhangdawei@cloudloan.com>
  • Loading branch information
zhangdw123 and zhangdawei authored Mar 2, 2023
1 parent d0610db commit fed4293
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datasophon-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@
<version>5.8.0.M2</version>
</dependency>
<dependency>
<groupId>com.jcraft</groupId>
<groupId>com.github.mwiede</groupId>
<artifactId>jsch</artifactId>
<version>0.1.55</version>
<version>0.2.7</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
Expand Down

0 comments on commit fed4293

Please sign in to comment.