Christopher Tubbs created THRIFT-1693:
-----------------------------------------

             Summary: 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
            Priority: Critical


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