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

Olivier Lamy commented on WAGON-359:
------------------------------------

Still need to be fixed.
But workaround is to used wagon-http shaded version.
{code}
    <dependency>
      <groupId>org.apache.maven.wagon</groupId>
      <artifactId>wagon-http</artifactId>
      <version>2.1</version>
      <classifier>shaded</classifier>
    </dependency>
{code}

> shared and shared4 module have the same class (same package) break tools 
> using wagon http and dav
> -------------------------------------------------------------------------------------------------
>
>                 Key: WAGON-359
>                 URL: https://jira.codehaus.org/browse/WAGON-359
>             Project: Maven Wagon
>          Issue Type: Bug
>          Components: wagon-http, wagon-webdav
>    Affects Versions: 2.0, 2.1
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>            Priority: Critical
>             Fix For: 2.2
>
>
> wagon-http-shared4 and wagon-http-shared have exactly the same class 
> org.apache.maven.wagon.shared.http.AbstractHttpClientWagon which breaks 
> people using both http and day wagon.
> see [https://issues.jenkins-ci.org/browse/JENKINS-11318]

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to