HADOOP-8211. Update commons-net version to 3.1. Contributed by Eli Collins

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1308006 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Eli Collins 2012-04-01 02:52:15 +00:00
parent 8bd825bb6f
commit eacd9abf50
2 changed files with 3 additions and 1 deletions

View File

@ -234,6 +234,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

@ -283,7 +283,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>