[ 
https://issues.apache.org/jira/browse/HTTPASYNC-61?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joel Costigliola updated HTTPASYNC-61:
--------------------------------------

    Description: 
The latest release of httpasyncclient should depend on the correct version of 
httpclient and httpcore.

With this maven dependency ...

<dependency>
        <groupId>org.apache.httpcomponents</groupId>
        <artifactId>httpasyncclient</artifactId>
        <version>4.0</version>
</dependency>

... executing mvn dependency:tree gives :

[INFO] +- org.apache.httpcomponents:httpasyncclient:jar:4.0:compile
[INFO] |  +- org.apache.httpcomponents:httpcore:jar:4.2.3:compile (version 
managed from 4.3)
[INFO] |  +- org.apache.httpcomponents:httpcore-nio:jar:4.3:compile
[INFO] |  \- org.apache.httpcomponents:httpclient:jar:4.2.3:compile (version 
managed from 4.3.1; scope managed from compile)
[INFO] |     \- commons-codec:commons-codec:jar:1.7:compile (version managed 
from 1.6; scope managed from compile)

It turns out httpcore and httpclient version should be 4.3.1 as mentioned in  
HTTPASYNC-58.
Note that httpcomponents-asyncclient-4.0-bin.zip includes the correct 
dependencies in its lib directory

  was:
The latest release of httpasyncclient should depend on the correct version of 
httpclient and httpcore.

With this maven dependency, 

<dependency>
        <groupId>org.apache.httpcomponents</groupId>
        <artifactId>httpasyncclient</artifactId>
        <version>4.0</version>
</dependency>

executing mvn dependency:tree gives :

[INFO] +- org.apache.httpcomponents:httpasyncclient:jar:4.0:compile
[INFO] |  +- org.apache.httpcomponents:httpcore:jar:4.2.3:compile (version 
managed from 4.3)
[INFO] |  +- org.apache.httpcomponents:httpcore-nio:jar:4.3:compile
[INFO] |  \- org.apache.httpcomponents:httpclient:jar:4.2.3:compile (version 
managed from 4.3.1; scope managed from compile)
[INFO] |     \- commons-codec:commons-codec:jar:1.7:compile (version managed 
from 1.6; scope managed from compile)

It turns out httpcore and httpclient version should be 4.3.1 as mentioned in 


> HttpAsyncClient 4.0 maven pom should use (at least) HttpClient 4.3.1
> --------------------------------------------------------------------
>
>                 Key: HTTPASYNC-61
>                 URL: https://issues.apache.org/jira/browse/HTTPASYNC-61
>             Project: HttpComponents HttpAsyncClient
>          Issue Type: Task
>    Affects Versions: 4.0 Final
>            Reporter: Joel Costigliola
>            Priority: Blocker
>              Labels: patch
>             Fix For: 4.0 Final
>
>
> The latest release of httpasyncclient should depend on the correct version of 
> httpclient and httpcore.
> With this maven dependency ...
> <dependency>
>       <groupId>org.apache.httpcomponents</groupId>
>       <artifactId>httpasyncclient</artifactId>
>       <version>4.0</version>
> </dependency>
> ... executing mvn dependency:tree gives :
> [INFO] +- org.apache.httpcomponents:httpasyncclient:jar:4.0:compile
> [INFO] |  +- org.apache.httpcomponents:httpcore:jar:4.2.3:compile (version 
> managed from 4.3)
> [INFO] |  +- org.apache.httpcomponents:httpcore-nio:jar:4.3:compile
> [INFO] |  \- org.apache.httpcomponents:httpclient:jar:4.2.3:compile (version 
> managed from 4.3.1; scope managed from compile)
> [INFO] |     \- commons-codec:commons-codec:jar:1.7:compile (version managed 
> from 1.6; scope managed from compile)
> It turns out httpcore and httpclient version should be 4.3.1 as mentioned in  
> HTTPASYNC-58.
> Note that httpcomponents-asyncclient-4.0-bin.zip includes the correct 
> dependencies in its lib directory



--
This message was sent by Atlassian JIRA
(v6.1#6144)

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

Reply via email to