Selaa lähdekoodia

添加系统日志pom

hanqingsong 5 vuotta sitten
vanhempi
commit
9cf465a52d
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  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>