소스 검색

添加系统日志pom

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