File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 229229 <groupId >org.fusesource.mqtt-client</groupId >
230230 <artifactId >mqtt-client</artifactId >
231231 </dependency >
232+ <dependency >
233+ <groupId >org.apache.httpcomponents</groupId >
234+ <artifactId >httpclient</artifactId >
235+ <scope >test</scope >
236+ </dependency >
237+ <dependency >
238+ <groupId >org.apache.httpcomponents</groupId >
239+ <artifactId >httpcore</artifactId >
240+ <scope >test</scope >
241+ </dependency >
232242 </dependencies >
233243 <build >
234244 <plugins >
Original file line number Diff line number Diff line change 213213 <groupId >javax.annotation</groupId >
214214 <artifactId >javax.annotation-api</artifactId >
215215 </exclusion >
216+ <!-- We don't use thrift http connection -->
217+ <exclusion >
218+ <groupId >org.apache.httpcomponents</groupId >
219+ <artifactId >httpclient</artifactId >
220+ </exclusion >
221+ <exclusion >
222+ <groupId >org.apache.httpcomponents</groupId >
223+ <artifactId >httpcore</artifactId >
224+ </exclusion >
216225 </exclusions >
217226 </dependency >
218227 <dependency >
You can’t perform that action at this time.
0 commit comments