update to jsch-0.1.54.jar

This commit is contained in:
reger 2017-03-17 02:07:02 +01:00
parent 038b9cd98e
commit 5b5ada38c3
5 changed files with 4 additions and 3 deletions

View File

@ -17,7 +17,7 @@
<classpathentry kind="lib" path="lib/commons-logging-1.2.jar"/>
<classpathentry kind="lib" path="lib/J7Zip-modified.jar"/>
<classpathentry kind="lib" path="lib/commons-jxpath-1.3.jar"/>
<classpathentry kind="lib" path="lib/jsch-0.1.53.jar"/>
<classpathentry kind="lib" path="lib/jsch-0.1.54.jar"/>
<classpathentry kind="lib" path="lib/jakarta-oro-2.0.8.jar"/>
<classpathentry kind="lib" path="lib/commons-fileupload-1.3.2.jar"/>
<classpathentry kind="lib" path="lib/json-simple-1.1.1.jar"/>

View File

@ -214,7 +214,7 @@
<pathelement location="${lib}/jetty-util-9.2.21.v20170120.jar" />
<pathelement location="${lib}/jetty-webapp-9.2.21.v20170120.jar" />
<pathelement location="${lib}/jetty-xml-9.2.21.v20170120.jar" />
<pathelement location="${lib}/jsch-0.1.53.jar" />
<pathelement location="${lib}/jsch-0.1.54.jar" />
<pathelement location="${lib}/json-simple-1.1.1.jar" />
<pathelement location="${lib}/jsoup-1.10.1.jar" />
<pathelement location="${lib}/log4j-over-slf4j-1.7.21.jar" />

View File

@ -461,7 +461,8 @@
<dependency>
<groupId>com.jcraft</groupId>
<artifactId>jsch</artifactId>
<version>0.1.53</version>
<version>0.1.54</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>com.googlecode.json-simple</groupId>