I'm looking into it.  

Httpclient uses Maven as its build system, so when the httpclient POM declares 
a dependency, it's authoritative (since that's how it's built).  

The 4.2.3 release of httpclient depends on the 4.2.2 release of httpcore.  
Looks to me like in this case the Solr Ant build should change to use the 4.2.2 
release of httpcore, rather than the Maven build changing.

I see that the current trunk version of httpclient (4.3-alpha2-SNAPSHOT) 
depends on the previous version of httpcore (4.3-alpha1): 
http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/pom.xml - look 
for the <httpcore.version> under properties.  So this version lag looks like it 
may be process driven, rather than a mistake.

Steve

On Feb 15, 2013, at 9:11 AM, Robert Muir <[email protected]> wrote:

> the poms are really out of sync. ant build depends on httpcore 4.2.3
> but maven on 4.2.2
> 
> On Thu, Feb 14, 2013 at 11:34 PM, Apache Jenkins Server
> <[email protected]> wrote:
>> Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/770/
>> 
>> No tests ran.
>> 
>> Build Log:
>> [...truncated 11059 lines...]
>> 
>> 
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to