|
@@ -8,6 +8,9 @@
|
|
|
<artifactId>CIS</artifactId>
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
|
|
|
+ <!-- 打包war包 -->
|
|
|
+<!-- <packaging>war</packaging>-->
|
|
|
+
|
|
|
<properties>
|
|
|
<maven.compiler.source>8</maven.compiler.source>
|
|
|
<maven.compiler.target>8</maven.compiler.target>
|
|
@@ -156,7 +159,11 @@
|
|
|
<artifactId>poi-ooxml</artifactId>
|
|
|
<version>5.2.2</version>
|
|
|
</dependency>
|
|
|
-
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.httpcomponents</groupId>
|
|
|
+ <artifactId>httpclient</artifactId>
|
|
|
+ <version>4.5.10</version>
|
|
|
+ </dependency>
|
|
|
|
|
|
</dependencies>
|
|
|
|