@@ -104,6 +104,12 @@
<artifactId>commons-codec</artifactId>
<version>1.9</version>
</dependency>
+ <!-- 调用http接口需要 -->
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
+ <version>4.5.6</version>
+ </dependency>
<!--<dependency>-->
<!--<groupId>org.springframework.boot</groupId>-->