File tree Expand file tree Collapse file tree 3 files changed +10
-15
lines changed Expand file tree Collapse file tree 3 files changed +10
-15
lines changed Original file line number Diff line number Diff line change 213213 </plugins >
214214 </build >
215215 </profile >
216- <profile >
217- <id >kinesis-asl</id >
218- <dependencies >
219- <dependency >
220- <groupId >org.apache.httpcomponents</groupId >
221- <artifactId >httpclient</artifactId >
222- <version >${commons.httpclient.version} </version >
223- </dependency >
224- </dependencies >
225- </profile >
226216
227217 <!-- Profiles that disable inclusion of certain dependencies. -->
228218 <profile >
Original file line number Diff line number Diff line change 390390 <artifactId >spark-streaming-kinesis-asl_${scala.binary.version}</artifactId >
391391 <version >${project.version} </version >
392392 </dependency >
393- <dependency >
394- <groupId >org.apache.httpcomponents</groupId >
395- <artifactId >httpclient</artifactId >
396- <version >${commons.httpclient.version} </version >
397- </dependency >
398393 </dependencies >
399394 </profile >
400395 <profile >
Original file line number Diff line number Diff line change 420420 <artifactId >jsr305</artifactId >
421421 <version >1.3.9</version >
422422 </dependency >
423+ <dependency >
424+ <groupId >org.apache.httpcomponents</groupId >
425+ <artifactId >httpclient</artifactId >
426+ <version >${commons.httpclient.version} </version >
427+ </dependency >
428+ <dependency >
429+ <groupId >org.apache.httpcomponents</groupId >
430+ <artifactId >httpcore</artifactId >
431+ <version >${commons.httpclient.version} </version >
432+ </dependency >
423433 <dependency >
424434 <groupId >org.seleniumhq.selenium</groupId >
425435 <artifactId >selenium-java</artifactId >
You can’t perform that action at this time.
0 commit comments