[ 
https://issues.apache.org/jira/browse/THRIFT-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13454590#comment-13454590
 ] 

Hudson commented on THRIFT-1693:
--------------------------------

Integrated in Thrift #528 (See [https://builds.apache.org/job/Thrift/528/])
    Thrift-1693:libthrift has dependency on two different versions of httpcore
Client: java
Patch: Jake Farrell

Update version of httpclient to match httpcore in use in java lib. (Revision 
1384182)

     Result = SUCCESS
                
> libthrift has dependency on two different versions of httpcore
> --------------------------------------------------------------
>
>                 Key: THRIFT-1693
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1693
>             Project: Thrift
>          Issue Type: Bug
>          Components: Java - Library
>    Affects Versions: 0.8
>            Reporter: Christopher Tubbs
>            Assignee: Jake Farrell
>            Priority: Critical
>              Labels: convergence, dependency, httpclient, httpcore, 
> libthrift, maven
>             Fix For: 0.9
>
>
> libthrift fails to enforce dependency convergence, resulting in potential 
> conflicts.
> At the very least, there appears to be a direct dependency on
> {code}org.apache.httpcomponents:httpcore:4.1.3{code}
> but a transitive dependency on
> {code}org.apache.httpcomponents:httpcore:4.1.2{code}
> via
> {code}org.apache.httpcomponents:httpclient:4.1.2{code}
> See 
> http://maven.apache.org/enforcer/enforcer-rules/dependencyConvergence.html 
> for details on how to enforce dependency convergence in Maven.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to