File tree 2 files changed +21
-0
lines changed
2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 32
32
<codec .version>1.18.0</codec .version>
33
33
<httpcomponents .httpcore.version>4.4.16</httpcomponents .httpcore.version>
34
34
<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>
35
37
<!-- ensure checker-qual version matches what Guava uses -->
36
38
<checker-qual .version>3.49.0</checker-qual .version>
37
39
<perfmark-api .version>0.27.0</perfmark-api .version>
72
74
<artifactId >httpclient</artifactId >
73
75
<version >${httpcomponents.httpclient.version} </version >
74
76
</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 >
75
87
<dependency >
76
88
<groupId >org.threeten</groupId >
77
89
<artifactId >threetenbp</artifactId >
Original file line number Diff line number Diff line change 215
215
<artifactId >google-http-client-xml</artifactId >
216
216
</dependency >
217
217
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
+
218
227
<dependency >
219
228
<groupId >com.google.oauth-client</groupId >
220
229
<artifactId >google-oauth-client</artifactId >
You can’t perform that action at this time.
0 commit comments