Explorar el Código

智慧灯杆,摄像头列表模块

crazycat hace 2 años
padre
commit
3c64147a94
Se han modificado 1 ficheros con 8 adiciones y 1 borrados
  1. 8 1
      pom.xml

+ 8 - 1
pom.xml

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