You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by vi...@apache.org on 2014/01/09 00:41:54 UTC

git commit: Revert "ACCUMULO-2125 - bumping up guava"

Updated Branches:
  refs/heads/1.6.0-SNAPSHOT 5bd4e27cb -> 5d573050b


Revert "ACCUMULO-2125 - bumping up guava"

reverting until classpath issues in MAC are resolved

This reverts commit 1a9ae3cccf9e390ed6a6019a38fb3ee30965572a.


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

Branch: refs/heads/1.6.0-SNAPSHOT
Commit: 5d573050b265fe99f4ee8c9bf5acaf1c3f6c685d
Parents: 5bd4e27
Author: John Vines <vi...@apache.org>
Authored: Wed Jan 8 18:41:29 2014 -0500
Committer: John Vines <vi...@apache.org>
Committed: Wed Jan 8 18:41:40 2014 -0500

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


http://git-wip-us.apache.org/repos/asf/accumulo/blob/5d573050/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f620e8e..75be8d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -146,7 +146,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>