浏览代码

日志更新

fanxw 5 年之前
父节点
当前提交
90fc2ce1c7
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      pom.xml

+ 6 - 0
pom.xml

@@ -104,6 +104,12 @@
104
             <artifactId>commons-codec</artifactId>
104
             <artifactId>commons-codec</artifactId>
105
             <version>1.9</version>
105
             <version>1.9</version>
106
         </dependency>
106
         </dependency>
107
+        <!-- 调用http接口需要 -->
108
+        <dependency>
109
+            <groupId>org.apache.httpcomponents</groupId>
110
+            <artifactId>httpclient</artifactId>
111
+            <version>4.5.6</version>
112
+        </dependency>
107
 
113
 
108
         <!--<dependency>-->
114
         <!--<dependency>-->
109
             <!--<groupId>org.springframework.boot</groupId>-->
115
             <!--<groupId>org.springframework.boot</groupId>-->