Browse Source

添加系统日志pom

hanqingsong 5 years ago
parent
commit
c8ef79ce2c
1 changed files with 6 additions and 0 deletions
  1. 6 0
      pom.xml

+ 6 - 0
pom.xml

@@ -108,6 +108,12 @@
108 108
             <artifactId>fastjson</artifactId>
109 109
             <version>1.2.37</version>
110 110
         </dependency>
111
+        <!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient -->
112
+        <dependency>
113
+            <groupId>org.apache.httpcomponents</groupId>
114
+            <artifactId>httpclient</artifactId>
115
+            <version>4.5.6</version>
116
+        </dependency>
111 117
     </dependencies>
112 118
 
113 119
     <!-- 导入Spring Cloud的依赖管理 -->