ACCUMULO-1792 Update commons-io dependency for Hadoop2. Based on the discussion around ACCUMULO-1244, we can update to 2.1 while not marking commons-io as provided to eliminated classpath issues on hadoop 2 and bring a copy in lib/ for hadoop 0.20.
Signed-off-by: Eric Newton <eric.new...@gmail.com> Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/5e3967fa Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/5e3967fa Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/5e3967fa Branch: refs/heads/1.4.5-SNAPSHOT Commit: 5e3967fa08a36b386cdd0b40a04b5cd7c1e331de Parents: d5f1657 Author: Sean Busbey <bus...@cloudera.com> Authored: Mon Oct 28 00:44:46 2013 -0400 Committer: Eric Newton <eric.new...@gmail.com> Committed: Mon Nov 25 16:06:44 2013 -0500 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/5e3967fa/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e4c06fa..ca550d5 100644 --- a/pom.xml +++ b/pom.xml @@ -786,7 +786,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>1.4</version> + <version>2.1</version> </dependency> <dependency> <groupId>commons-collections</groupId>