HADOOP-16076. SPNEGO+SSL Client Connections with HttpClient Broken.

Contributed by Larry McCay
This commit is contained in:
Larry McCay 2019-02-04 17:38:40 +00:00 committed by Steve Loughran
parent 604b2489a9
commit 758e9ce781
No known key found for this signature in database
GPG Key ID: D22CF846DBB162A0
1 changed files with 2 additions and 2 deletions

View File

@ -72,8 +72,8 @@
<jackson2.version>2.9.8</jackson2.version>
<!-- httpcomponents versions -->
<httpclient.version>4.5.2</httpclient.version>
<httpcore.version>4.4.4</httpcore.version>
<httpclient.version>4.5.6</httpclient.version>
<httpcore.version>4.4.10</httpcore.version>
<!-- SLF4J version -->
<slf4j.version>1.7.25</slf4j.version>