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:
parent
8bd825bb6f
commit
eacd9abf50
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue