Parcourir la source

添加系统日志pom

hanqingsong il y a 5 ans
Parent
commit
c8ef79ce2c
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  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的依赖管理 -->