Browse Source

添加系统日志pom

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

+ 6 - 0
pom.xml

@@ -94,6 +94,12 @@
94 94
             <artifactId>fastjson</artifactId>
95 95
             <version>1.2.37</version>
96 96
         </dependency>
97
+        <!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient -->
98
+        <dependency>
99
+            <groupId>org.apache.httpcomponents</groupId>
100
+            <artifactId>httpclient</artifactId>
101
+            <version>4.5.6</version>
102
+        </dependency>
97 103
     </dependencies>
98 104
 
99 105
     <dependencyManagement>