Selaa lähdekoodia

添加httpclient与fastjson用于微信处理

cr7118@sina.cn 3 vuotta sitten
vanhempi
commit
868f9bf592
1 muutettua tiedostoa jossa 13 lisäystä ja 0 poistoa
  1. 13 0
      application-facade/pom.xml

+ 13 - 0
application-facade/pom.xml

@@ -57,6 +57,19 @@
             <artifactId>easyexcel</artifactId>
         </dependency>
 
+
+        <dependency>
+            <groupId>org.apache.httpcomponents</groupId>
+            <artifactId>httpclient</artifactId>
+            <version>4.5.3</version>
+        </dependency>
+
+        <dependency>
+            <groupId>com.alibaba</groupId>
+            <artifactId>fastjson</artifactId>
+            <version>1.2.32</version>
+        </dependency>
+
         <dependency>
             <groupId>com.itextpdf</groupId>
             <artifactId>itextpdf</artifactId>