HADOOP-15247. Move commons-net up to 3.6. Contributed by Steve Loughran. (cherry picked from commit 004b722372de67635a24e71b264b3b604df4b693)
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e0116500 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/e0116500 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/e0116500 Branch: refs/heads/branch-3.0 Commit: e0116500904a1d7299ad4f7baa2125305dc6e316 Parents: 09bb378 Author: Steve Loughran <[email protected]> Authored: Wed Feb 21 10:42:07 2018 +0000 Committer: Steve Loughran <[email protected]> Committed: Wed Feb 21 10:42:07 2018 +0000 ---------------------------------------------------------------------- hadoop-project/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/e0116500/hadoop-project/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index 616cf73..e9b5808 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -589,7 +589,7 @@ <dependency> <groupId>commons-net</groupId> <artifactId>commons-net</artifactId> - <version>3.1</version> + <version>3.6</version> </dependency> <dependency> <groupId>javax.servlet</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
