HADOOP-10102. Update commons IO from 2.1 to 2.4

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1547755 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steve Loughran 2013-12-04 10:39:36 +00:00
parent 2e30ca92f3
commit fb03925549
2 changed files with 3 additions and 1 deletions

View File

@ -103,6 +103,8 @@ Release 2.4.0 - UNRELEASED
HADOOP-10127. Add ipc.client.connect.retry.interval to control the frequency HADOOP-10127. Add ipc.client.connect.retry.interval to control the frequency
of connection retries (Karthik Kambatla via Sandy Ryza) of connection retries (Karthik Kambatla via Sandy Ryza)
HADOOP-10102. Update commons IO from 2.1 to 2.4 (Akira Ajisaka via stevel)
OPTIMIZATIONS OPTIMIZATIONS
HADOOP-9748. Reduce blocking on UGI.ensureInitialized (daryn) HADOOP-9748. Reduce blocking on UGI.ensureInitialized (daryn)

View File

@ -466,7 +466,7 @@
<dependency> <dependency>
<groupId>commons-io</groupId> <groupId>commons-io</groupId>
<artifactId>commons-io</artifactId> <artifactId>commons-io</artifactId>
<version>2.1</version> <version>2.4</version>
</dependency> </dependency>
<dependency> <dependency>