File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 3232 <codec .version>1.18.0</codec .version>
3333 <httpcomponents .httpcore.version>4.4.16</httpcomponents .httpcore.version>
3434 <httpcomponents .httpclient.version>4.5.14</httpcomponents .httpclient.version>
35+ <apache-httpclient-5 .version>5.3.1</apache-httpclient-5 .version>
36+ <apache-httpcore-5 .version>5.2.5</apache-httpcore-5 .version>
3537 <!-- ensure checker-qual version matches what Guava uses -->
3638 <checker-qual .version>3.49.0</checker-qual .version>
3739 <perfmark-api .version>0.27.0</perfmark-api .version>
7274 <artifactId >httpclient</artifactId >
7375 <version >${httpcomponents.httpclient.version} </version >
7476 </dependency >
77+ <dependency >
78+ <groupId >org.apache.httpcomponents.core5</groupId >
79+ <artifactId >httpcore5</artifactId >
80+ <version >${apache-httpcore-5.version} </version >
81+ </dependency >
82+ <dependency >
83+ <groupId >org.apache.httpcomponents.client5</groupId >
84+ <artifactId >httpclient5</artifactId >
85+ <version >${apache-httpclient-5.version} </version >
86+ </dependency >
7587 <dependency >
7688 <groupId >org.threeten</groupId >
7789 <artifactId >threetenbp</artifactId >
Original file line number Diff line number Diff line change 215215 <artifactId >google-http-client-xml</artifactId >
216216 </dependency >
217217
218+ <dependency >
219+ <groupId >org.apache.httpcomponents.core5</groupId >
220+ <artifactId >httpcore5</artifactId >
221+ </dependency >
222+ <dependency >
223+ <groupId >org.apache.httpcomponents.client5</groupId >
224+ <artifactId >httpclient5</artifactId >
225+ </dependency >
226+
218227 <dependency >
219228 <groupId >com.google.oauth-client</groupId >
220229 <artifactId >google-oauth-client</artifactId >
You can’t perform that action at this time.
0 commit comments