[ 
https://jira.codehaus.org/browse/WAGON-388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=318897#comment-318897
 ] 

Herve Boutemy commented on WAGON-388:
-------------------------------------

ok, so the solution is even simpler than expected: the abstract class is to 
move to wagon-http, and removed from wagon-http-shared4

(notice that previously, httpclient was excluded but not httpcore, which caused 
a useless dependency: see [dependency 
report|http://maven.apache.org/wagon-archives/wagon-2.2/wagon-providers/wagon-http-lightweight/dependencies.html])
                
> remove wagon-http-shared4 dependency on httpclient
> --------------------------------------------------
>
>                 Key: WAGON-388
>                 URL: https://jira.codehaus.org/browse/WAGON-388
>             Project: Maven Wagon
>          Issue Type: Improvement
>          Components: wagon-http, wagon-http-lightweight
>    Affects Versions: 2.0, 2.4
>            Reporter: Herve Boutemy
>
> AbstractHttpClientWagon uses classes from 
> [HttpClient|http://hc.apache.org/httpcomponents-client-ga/httpclient/index.html]
> Lightweight wagon extends AbstractHttpClientWagon but uses JRE java.net 
> classes
> AbstractHttpClientWagon should not depend on httpclient: it can depend on 
> [HttpCore|http://hc.apache.org/httpcomponents-core-ga/index.html], if useful 
> to share some utilities between wagon-http and wagon-http-lightweight, but 
> not HttpClient
> Such separation, possible now that HttpComponents has 2 separate layers, will 
> ease maintenance

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

        

Reply via email to