mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
change dependency
This commit is contained in:
@@ -213,10 +213,11 @@
|
||||
</dependency>
|
||||
|
||||
<!-- SSH安全连接所使用的类库 -->
|
||||
<!-- com.jcraft:jsch不支持新的加密算法,此第三方版本做补充修复 -->
|
||||
<dependency>
|
||||
<groupId>com.jcraft</groupId>
|
||||
<groupId>com.github.mwiede</groupId>
|
||||
<artifactId>jsch</artifactId>
|
||||
<version>${jsch.version}</version>
|
||||
<version>0.2.21</version>
|
||||
<scope>compile</scope>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
|
Reference in New Issue
Block a user