update version

This commit is contained in:
Looly
2019-10-17 17:41:44 +08:00
parent 61ba892b49
commit 9c55448c79
4 changed files with 7 additions and 6 deletions

View File

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

View File

@@ -64,6 +64,7 @@ public class JschUtilTest {
}
@Test
@Ignore
public void getSessionTest(){
JschUtil.getSession("192.168.1.134", 22, "root", "aaa", null);
}