Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
version.jsch 定义到 platform fix #214
Browse files Browse the repository at this point in the history
version.jsoup 定义到 platform fix #213
  • Loading branch information
venusdrogon committed Jul 13, 2018
1 parent 9627122 commit 9009185
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion pom.xml
Expand Up @@ -102,10 +102,11 @@
-->
<version.commons-io>2.6</version.commons-io>


<!-- see in http://commons.apache.org/proper/commons-net/index.html -->
<version.commons-net>3.6</version.commons-net>

<version.jsch>0.1.54</version.jsch>
<version.jsoup>1.11.2</version.jsoup>

<version.javamail>1.4.7</version.javamail>

Expand Down Expand Up @@ -427,6 +428,20 @@
<version>${version.commons-compress}</version>
</dependency>

<!-- jsch 用于sftp 传输 -->
<dependency>
<groupId>com.jcraft</groupId>
<artifactId>jsch</artifactId>
<version>${version.jsch}</version>
</dependency>

<!-- jsoup -->
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>${version.jsoup}</version>
</dependency>

<!-- commons-net -->
<dependency>
<groupId>commons-net</groupId>
Expand Down

0 comments on commit 9009185

Please sign in to comment.