소스 검색

添加系统日志pom

hanqingsong 5 년 전
부모
커밋
c8ef79ce2c
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  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的依赖管理 -->