HADOOP-8211. svn merge -c 1308006 from trunk

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1308007 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Eli Collins 2012-04-01 02:54:25 +00:00
parent 5fc21be8a9
commit c482113730
2 changed files with 3 additions and 1 deletions

View File

@ -123,6 +123,8 @@ Release 2.0.0 - UNRELEASED
HADOOP-8149. Cap space usage of default log4j rolling policy.
(Patrick Hunt via eli)
HADOOP-8211. Update commons-net version to 3.1. (eli)
OPTIMIZATIONS
BUG FIXES

View File

@ -286,7 +286,7 @@
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<version>1.4.1</version>
<version>3.1</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>