change dependency

This commit is contained in:
Looly
2025-01-10 00:22:05 +08:00
parent 66ca35b6a4
commit b8ba60df50
2 changed files with 12 additions and 7 deletions

View File

@@ -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>