|
|
@ -28,6 +28,7 @@
|
|
|
|
<oshi.version>3.9.1</oshi.version>
|
|
|
|
<oshi.version>3.9.1</oshi.version>
|
|
|
|
<commons.io.version>2.5</commons.io.version>
|
|
|
|
<commons.io.version>2.5</commons.io.version>
|
|
|
|
<commons.fileupload.version>1.3.3</commons.fileupload.version>
|
|
|
|
<commons.fileupload.version>1.3.3</commons.fileupload.version>
|
|
|
|
|
|
|
|
<commons.beanutils.version>1.9.3</commons.beanutils.version>
|
|
|
|
<jsoup.version>1.11.3</jsoup.version>
|
|
|
|
<jsoup.version>1.11.3</jsoup.version>
|
|
|
|
<poi.version>3.17</poi.version>
|
|
|
|
<poi.version>3.17</poi.version>
|
|
|
|
<velocity.version>1.7</velocity.version>
|
|
|
|
<velocity.version>1.7</velocity.version>
|
|
|
@ -137,6 +138,13 @@
|
|
|
|
<version>${commons.fileupload.version}</version>
|
|
|
|
<version>${commons.fileupload.version}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 简化反射封工具类 -->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>commons-beanutils</groupId>
|
|
|
|
|
|
|
|
<artifactId>commons-beanutils</artifactId>
|
|
|
|
|
|
|
|
<version>${commons.beanutils.version}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- HTML解析器 -->
|
|
|
|
<!-- HTML解析器 -->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.jsoup</groupId>
|
|
|
|
<groupId>org.jsoup</groupId>
|
|
|
|