Skip to content

Commit

Permalink
JENKINS-10076 : Use wagon-webdav-jackrabbit to avoid the error : Unbu…
Browse files Browse the repository at this point in the history
…ffered entity enclosing request can not be repeated.
  • Loading branch information
aheritier committed Jun 23, 2011
1 parent 2b8930c commit 34e8a40
Showing 1 changed file with 22 additions and 11 deletions.
33 changes: 22 additions & 11 deletions maven-plugin/pom.xml
Expand Up @@ -46,6 +46,23 @@ THE SOFTWARE.
<sisuInjectVersion>2.2.0</sisuInjectVersion>
<wagonVersion>1.0-beta-7</wagonVersion>
</properties>

<dependencyManagement>
<dependencies>
<!-- < 1.6.x version didn't specify the license (MIT) -->
<!-- SLF4J is used by wagon-webdav-jackrabbit dep -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.6.1</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-nop</artifactId>
<version>1.6.1</version>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
Expand Down Expand Up @@ -288,20 +305,14 @@ THE SOFTWARE.
<artifactId>commons-httpclient</artifactId>
</dependency>

<!-- JENKINS-10076 : This wagon is better to provide webdav support -->
<dependency>
<!-- commonly used wagon provider -->
<groupId>org.jvnet.hudson</groupId>
<artifactId>wagon-webdav</artifactId>
<version>1.0-beta-2-hudson-1</version>
<exclusions>
<exclusion>
<groupId>jdom</groupId>
<artifactId>jdom</artifactId>
</exclusion>
</exclusions>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-webdav-jackrabbit</artifactId>
<version>${wagonVersion}</version>
</dependency>

<dependency>
<dependency>
<groupId>net.sourceforge.nekohtml</groupId>
<artifactId>nekohtml</artifactId>
<version>1.9.13</version>
Expand Down

0 comments on commit 34e8a40

Please sign in to comment.