Selaa lähdekoodia

web 模块的 jsch 依赖从 com.jcraft:jsch:0.1.55 变更为 com.github.mwiede:jsch:2.27.5

reghao 3 kuukautta sitten
vanhempi
commit
2a2565a6b6
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      web/pom.xml

+ 2 - 2
web/pom.xml

@@ -159,9 +159,9 @@
         </dependency>
 
         <dependency>
-            <groupId>com.jcraft</groupId>
+            <groupId>com.github.mwiede</groupId>
             <artifactId>jsch</artifactId>
-            <version>0.1.55</version>
+            <version>2.27.5</version>
         </dependency>
 
         <dependency>