mirror of https://github.com/apache/maven.git
ant and commons-io upgrades
This commit is contained in:
parent
d5b4f7c5bc
commit
e4556f5e29
|
@ -48,14 +48,14 @@
|
|||
<dependency>
|
||||
<groupId>commons-io</groupId>
|
||||
<artifactId>commons-io</artifactId>
|
||||
<version>2.5</version>
|
||||
<version>2.6</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<!-- Using zip util class, should be replaced with a zip lib -->
|
||||
<dependency>
|
||||
<groupId>org.apache.ant</groupId>
|
||||
<artifactId>ant</artifactId>
|
||||
<version>1.9.9</version>
|
||||
<version>1.10.4</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
|
Loading…
Reference in New Issue