mirror of https://github.com/apache/lucene.git
SOLR-5273: Update HttpComponents to 4.2.5 and 4.2.6.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1526659 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2cdfc5cd97
commit
b00def795a
|
@ -103,6 +103,8 @@ Other Changes
|
|||
* SOLR-5241: Fix SimplePostToolTest performance problem - implicit DNS lookups
|
||||
(hossman)
|
||||
|
||||
* SOLR-5273: Update HttpComponents to 4.2.5 and 4.2.6. (Mark Miller)
|
||||
|
||||
================== 4.5.0 ==================
|
||||
|
||||
Versions of Major Components
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
37ced84d839a02fb856255eca85f0a4be95aa634
|
|
@ -0,0 +1 @@
|
|||
e4ca30a6a3a075053a61c6fc850d2432dc012ba7
|
|
@ -1 +0,0 @@
|
|||
b76bee23cd3f3ee9b98bc7c2c14670e821ddbbfd
|
|
@ -0,0 +1 @@
|
|||
472f0f5f8dba5d1962cb9d7739feed739a31c30d
|
|
@ -1 +0,0 @@
|
|||
118ae1bc7f3aeeddfe564f0edfd79c11d09d17d1
|
|
@ -0,0 +1 @@
|
|||
270386011895bc6c7ee6496fd87511d6a98093c1
|
|
@ -21,14 +21,14 @@
|
|||
|
||||
<dependencies>
|
||||
<dependency org="org.apache.zookeeper" name="zookeeper" rev="3.4.5" transitive="false"/>
|
||||
<dependency org="org.apache.httpcomponents" name="httpclient" rev="4.2.3" transitive="false"/>
|
||||
<dependency org="org.apache.httpcomponents" name="httpclient" rev="4.2.6" transitive="false"/>
|
||||
<!--
|
||||
The httpmime rev should be kept in sync with the httpclient rev, since both the
|
||||
httpclient and the httpmime modules are sub-modules of the httpcomponents-client
|
||||
module, and both sub-modules draw their version from the httpcomponents-client
|
||||
parent POM.
|
||||
-->
|
||||
<dependency org="org.apache.httpcomponents" name="httpmime" rev="4.2.3" transitive="false"/>
|
||||
<dependency org="org.apache.httpcomponents" name="httpmime" rev="4.2.6" transitive="false"/>
|
||||
<!--
|
||||
The httpcore rev should be drawn from the httpcomponents-client POM (the parent POM
|
||||
of the httpclient POM - see the comment above) - the httpclient version and the httpcore
|
||||
|
@ -38,7 +38,7 @@
|
|||
- look for <httpcore.version> under <properties>:
|
||||
https://svn.apache.org/repos/asf/httpcomponents/httpclient/tags/4.2.3/pom.xml
|
||||
-->
|
||||
<dependency org="org.apache.httpcomponents" name="httpcore" rev="4.2.2" transitive="false"/>
|
||||
<dependency org="org.apache.httpcomponents" name="httpcore" rev="4.2.5" transitive="false"/>
|
||||
<dependency org="commons-io" name="commons-io" rev="${commons-io.version}" transitive="false"/>
|
||||
<dependency org="org.codehaus.woodstox" name="wstx-asl" rev="3.2.7" transitive="false"/>
|
||||
<dependency org="org.noggit" name="noggit" rev="0.5" transitive="false"/>
|
||||
|
|
Loading…
Reference in New Issue