mirror of https://github.com/apache/archiva.git
[MRM-243] 507 Insufficient Storage when deploying artifact with webdav
Adding commons-io to deps. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@578267 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4c90d7f02f
commit
07eb1d818e
|
@ -36,6 +36,10 @@
|
|||
<groupId>commons-collections</groupId>
|
||||
<artifactId>commons-collections</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-io</groupId>
|
||||
<artifactId>commons-io</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>dom4j</groupId>
|
||||
<artifactId>dom4j</artifactId>
|
||||
|
|
Loading…
Reference in New Issue