mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
update version
This commit is contained in:
@@ -18,11 +18,11 @@
|
||||
|
||||
<properties>
|
||||
<!-- versions -->
|
||||
<velocity.version>2.0</velocity.version>
|
||||
<velocity.version>2.1</velocity.version>
|
||||
<beetl.version>3.0.13.RELEASE</beetl.version>
|
||||
<rythm.version>1.3.0</rythm.version>
|
||||
<freemarker.version>2.3.29</freemarker.version>
|
||||
<enjoy.version>4.5</enjoy.version>
|
||||
<enjoy.version>4.6</enjoy.version>
|
||||
<thymeleaf.version>3.0.11.RELEASE</thymeleaf.version>
|
||||
<mail.version>1.6.2</mail.version>
|
||||
<jsch.version>0.1.55</jsch.version>
|
||||
@@ -185,7 +185,7 @@
|
||||
<dependency>
|
||||
<groupId>com.hankcs</groupId>
|
||||
<artifactId>hanlp</artifactId>
|
||||
<version>portable-1.7.4</version>
|
||||
<version>portable-1.7.5</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
@@ -64,6 +64,7 @@ public class JschUtilTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void getSessionTest(){
|
||||
JschUtil.getSession("192.168.1.134", 22, "root", "aaa", null);
|
||||
}
|
||||
|
Reference in New Issue
Block a user