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/09/09 00:26:41 UTC

[2/3] git commit: ACCUMULO-3100 Pull back Guava dependency from 15.0 to 14.0.1.

ACCUMULO-3100 Pull back Guava dependency from 15.0 to 14.0.1.

Hadoop-2 still depends on 14.0.1 and uses some classes that do
not exist in >14.0.1. As such, if we depend on a newer version of
Guava, we're incorrectly advertising that Accumulo fully works
with this version: specifically tests that level MiniDFSCluster
and, specifically, clients who use MiniAccumuloCluster are subject
to failure.


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

Branch: refs/heads/master
Commit: ae01d35bca216e02c368d675b2e38033b2f6c3f4
Parents: 7eeb08a
Author: Josh Elser <el...@apache.org>
Authored: Mon Sep 8 10:41:26 2014 -0700
Committer: Josh Elser <el...@apache.org>
Committed: Mon Sep 8 10:41:26 2014 -0700

----------------------------------------------------------------------
 pom.xml      | 2 +-
 test/pom.xml | 4 ----
 2 files changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/ae01d35b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ca99168..98501c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -154,7 +154,7 @@
       <dependency>
         <groupId>com.google.guava</groupId>
         <artifactId>guava</artifactId>
-        <version>15.0</version>
+        <version>14.0.1</version>
       </dependency>
       <dependency>
         <groupId>commons-cli</groupId>

http://git-wip-us.apache.org/repos/asf/accumulo/blob/ae01d35b/test/pom.xml
----------------------------------------------------------------------
diff --git a/test/pom.xml b/test/pom.xml
index daf4fbd..196742a 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -34,12 +34,8 @@
       <artifactId>jcommander</artifactId>
     </dependency>
     <dependency>
-      <!-- Hadoop-2.4.0 MiniDFSCluster uses classes from <Guava-15.0 -->
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>
-      <?SORTPOM IGNORE?>
-      <version>14.0.1</version><!--$NO-MVN-MAN-VER$-->
-      <?SORTPOM RESUME?>
     </dependency>
     <dependency>
       <groupId>commons-codec</groupId>