Update commons-io to 2.2 from 2.1 (for testing.)

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1309980 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2012-04-05 18:02:44 +00:00
parent b819343483
commit 510e3761dc

View File

@ -432,7 +432,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.1</version>
<version>2.2</version>
<scope>test</scope>
</dependency>