Browse Source

日志更新

fanxw 5 years ago
parent
commit
90fc2ce1c7
1 changed files with 6 additions and 0 deletions
  1. 6 0
      pom.xml

+ 6 - 0
pom.xml

@@ -104,6 +104,12 @@
104 104
             <artifactId>commons-codec</artifactId>
105 105
             <version>1.9</version>
106 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 114
         <!--<dependency>-->
109 115
             <!--<groupId>org.springframework.boot</groupId>-->