fanxw 5 gadi atpakaļ
vecāks
revīzija
7c135563ec
1 mainītis faili ar 13 papildinājumiem un 0 dzēšanām
  1. 13 0
      pom.xml

+ 13 - 0
pom.xml

@@ -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>-->