fanxw 5 år sedan
förälder
incheckning
2335863e66
1 ändrade filer med 7 tillägg och 0 borttagningar
  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>