Herve Boutemy created WAGON-388:
-----------------------------------

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