You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ec...@apache.org on 2013/11/26 16:18:28 UTC

[33/37] git commit: ACCUMULO-1792 Update commons-io dependency for Hadoop2.

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 <er...@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 <bu...@cloudera.com>
Authored: Mon Oct 28 00:44:46 2013 -0400
Committer: Eric Newton <er...@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>