You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by el...@apache.org on 2014/12/29 20:53:38 UTC

accumulo git commit: ACCUMULO-3453 Bump commons-io dependency from 2.1 to 2.4.

Repository: accumulo
Updated Branches:
  refs/heads/master 3899eb0f3 -> 81d72b309


ACCUMULO-3453 Bump commons-io dependency from 2.1 to 2.4.

Hadoop-2.7 is failing to build because this old version of
commons-io doesn't contain the necessary classes Hadoop
needs to run.


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/81d72b30
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/81d72b30
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/81d72b30

Branch: refs/heads/master
Commit: 81d72b309b2815e1464bba6aad54ccbd412cec6e
Parents: 3899eb0
Author: Josh Elser <jo...@gmail.com>
Authored: Mon Dec 29 14:51:07 2014 -0500
Committer: Josh Elser <jo...@gmail.com>
Committed: Mon Dec 29 14:51:07 2014 -0500

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/81d72b30/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d293810..ae188a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -192,7 +192,7 @@
       <dependency>
         <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>
-        <version>2.1</version>
+        <version>2.4</version>
       </dependency>
       <dependency>
         <groupId>commons-lang</groupId>