mirror of https://github.com/apache/archiva.git
[MRM-243] 507 Insufficient Storage when deploying artifact with webdav.
Upgrading plexus-webdav to newest iteration. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@578286 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
af7ab9cdbb
commit
baa0bc4768
2
pom.xml
2
pom.xml
|
@ -595,7 +595,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.codehaus.plexus.webdav</groupId>
|
<groupId>org.codehaus.plexus.webdav</groupId>
|
||||||
<artifactId>plexus-webdav-simple</artifactId>
|
<artifactId>plexus-webdav-simple</artifactId>
|
||||||
<version>1.0-alpha-3</version>
|
<version>1.0-alpha-4-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>javax.servlet</groupId>
|
<groupId>javax.servlet</groupId>
|
||||||
|
|
Loading…
Reference in New Issue