fanxw hace 5 años
padre
commit
2335863e66
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7 0
      pom.xml

+ 7 - 0
pom.xml

@@ -98,6 +98,13 @@
98 98
 		    <artifactId>fastjson</artifactId>
99 99
 		    <version>1.2.37</version>
100 100
 		</dependency>
101
+		
102
+		<!-- 调用http接口需要 -->
103
+		<dependency>
104
+            <groupId>org.apache.httpcomponents</groupId>
105
+            <artifactId>httpclient</artifactId>
106
+            <version>4.5.6</version>
107
+        </dependency>
101 108
 	</dependencies>
102 109
 
103 110
 	<dependencyManagement>