Return-Path: X-Original-To: apmail-accumulo-commits-archive@www.apache.org Delivered-To: apmail-accumulo-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6778710163 for ; Thu, 9 Jan 2014 03:05:59 +0000 (UTC) Received: (qmail 54007 invoked by uid 500); 9 Jan 2014 03:05:26 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 53898 invoked by uid 500); 9 Jan 2014 03:05:13 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 53786 invoked by uid 99); 9 Jan 2014 03:05:01 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jan 2014 03:05:01 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 162E4828C1C; Thu, 9 Jan 2014 03:05:01 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: elserj@apache.org To: commits@accumulo.apache.org Date: Thu, 09 Jan 2014 03:05:01 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/4] git commit: Revert "ACCUMULO-2125 - bumping up guava" Updated Branches: refs/heads/1.6.0-SNAPSHOT 5d573050b -> a55ee6ebc refs/heads/master 0c92a63f9 -> 9b5475314 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/master Commit: 5d573050b265fe99f4ee8c9bf5acaf1c3f6c685d Parents: 5bd4e27 Author: John Vines Authored: Wed Jan 8 18:41:29 2014 -0500 Committer: John Vines 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 @@ com.google.guava guava - 15.0 + 14.0.1 commons-cli