mirror of https://github.com/apache/lucene.git
SOLR-6865: Upgrade HttpClient/Core/Mime to 4.4.1.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1671085 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0666344038
commit
d5749d6ecc
|
@ -116,9 +116,9 @@ org.apache.hadoop.version = 2.6.0
|
|||
|
||||
# The httpcore version is often different from the httpclient and httpmime versions,
|
||||
# so the httpcore version value should not share the same symbolic name with them.
|
||||
/org.apache.httpcomponents/httpclient = 4.3.1
|
||||
/org.apache.httpcomponents/httpcore = 4.3
|
||||
/org.apache.httpcomponents/httpmime = 4.3.1
|
||||
/org.apache.httpcomponents/httpclient = 4.4.1
|
||||
/org.apache.httpcomponents/httpcore = 4.4.1
|
||||
/org.apache.httpcomponents/httpmime = 4.4.1
|
||||
|
||||
/org.apache.ivy/ivy = 2.3.0
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
0ec13f6423eb6d5858e229939a2bc118473ef94c
|
|
@ -0,0 +1 @@
|
|||
016d0bc512222f1253ee6b64d389c84e22f697f0
|
|
@ -1 +0,0 @@
|
|||
11393498b38e9695d0850cac26fde5613ae268b9
|
|
@ -0,0 +1 @@
|
|||
f5aa318bda4c6c8d688c9d00b90681dcd82ce636
|
|
@ -93,6 +93,11 @@ Optimizations
|
|||
* SOLR-7324: IndexFetcher does not need to call isIndexStale if full copy is already needed
|
||||
(Stephan Lagraulet via Varun Thacker)
|
||||
|
||||
Other Changes
|
||||
----------------------
|
||||
|
||||
* SOLR-6865: Upgrade HttpClient to 4.4.1 (Shawn Heisey)
|
||||
|
||||
================== 5.1.0 ==================
|
||||
|
||||
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
0ec13f6423eb6d5858e229939a2bc118473ef94c
|
|
@ -0,0 +1 @@
|
|||
016d0bc512222f1253ee6b64d389c84e22f697f0
|
|
@ -1 +0,0 @@
|
|||
11393498b38e9695d0850cac26fde5613ae268b9
|
|
@ -0,0 +1 @@
|
|||
f5aa318bda4c6c8d688c9d00b90681dcd82ce636
|
|
@ -1 +0,0 @@
|
|||
f7899276dddd01d8a42ecfe27e7031fcf9824422
|
|
@ -0,0 +1 @@
|
|||
2f8757f5ac5e38f46c794e5229d1f3c522e9b1df
|
Loading…
Reference in New Issue