Skip to content

Commit 4eea1c8

Browse files
committed
[SPARK-12972][CORE] update httpclient to 4.5.1
1 parent cfdcef7 commit 4eea1c8

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
<!-- the producer is used in tests -->
159159
<aws.kinesis.producer.version>0.10.2</aws.kinesis.producer.version>
160160
<!-- org.apache.httpcomponents/httpclient-->
161-
<commons.httpclient.version>4.3.2</commons.httpclient.version>
161+
<commons.httpclient.version>4.5.1</commons.httpclient.version>
162162
<!-- commons-httpclient/commons-httpclient-->
163163
<httpclient.classic.version>3.1</httpclient.classic.version>
164164
<commons.math3.version>3.4.1</commons.math3.version>
@@ -416,11 +416,6 @@
416416
<artifactId>httpclient</artifactId>
417417
<version>${commons.httpclient.version}</version>
418418
</dependency>
419-
<dependency>
420-
<groupId>org.apache.httpcomponents</groupId>
421-
<artifactId>httpcore</artifactId>
422-
<version>${commons.httpclient.version}</version>
423-
</dependency>
424419
<dependency>
425420
<groupId>org.seleniumhq.selenium</groupId>
426421
<artifactId>selenium-java</artifactId>

0 commit comments

Comments
 (0)