mirror of https://github.com/apache/archiva.git
MRM-709 - Migrate to commons-io from plexus utils.
* Upgrading commons-io from 1.2 to 1.4 to gain various improvements in FileUtils (move / copy / rename / etc...) git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@630587 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ad39008ac5
commit
2d2619e824
2
pom.xml
2
pom.xml
|
@ -323,7 +323,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-io</groupId>
|
<groupId>commons-io</groupId>
|
||||||
<artifactId>commons-io</artifactId>
|
<artifactId>commons-io</artifactId>
|
||||||
<version>1.2</version>
|
<version>1.4</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-lang</groupId>
|
<groupId>commons-lang</groupId>
|
||||||
|
|
Loading…
Reference in New Issue