|
|
@@ -121,6 +121,19 @@
|
|
121
|
121
|
<!-- 注意版本.这里我使用的是1.3.2 -->
|
|
122
|
122
|
<version>1.3.2</version>
|
|
123
|
123
|
</dependency>
|
|
|
124
|
+
|
|
|
125
|
+ <dependency>
|
|
|
126
|
+ <groupId>org.apache.httpcomponents</groupId>
|
|
|
127
|
+ <artifactId>httpcore</artifactId>
|
|
|
128
|
+ <version>4.4.10</version>
|
|
|
129
|
+ </dependency>
|
|
|
130
|
+
|
|
|
131
|
+ <!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient -->
|
|
|
132
|
+ <dependency>
|
|
|
133
|
+ <groupId>org.apache.httpcomponents</groupId>
|
|
|
134
|
+ <artifactId>httpclient</artifactId>
|
|
|
135
|
+ <version>4.5.6</version>
|
|
|
136
|
+ </dependency>
|
|
124
|
137
|
|
|
125
|
138
|
<!--<dependency>-->
|
|
126
|
139
|
<!--<groupId>org.springframework.boot</groupId>-->
|