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 31CA6109C1 for ; Tue, 26 Nov 2013 15:50:26 +0000 (UTC) Received: (qmail 41162 invoked by uid 500); 26 Nov 2013 15:50:08 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 41015 invoked by uid 500); 26 Nov 2013 15:50:03 -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 40306 invoked by uid 99); 26 Nov 2013 15:49:50 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Nov 2013 15:49:50 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id A1BA6918680; Tue, 26 Nov 2013 15:49:50 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ecn@apache.org To: commits@accumulo.apache.org Date: Tue, 26 Nov 2013 15:50:16 -0000 Message-Id: In-Reply-To: <7b7f598fa1984aad82381de0d453b41c@git.apache.org> References: <7b7f598fa1984aad82381de0d453b41c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [28/40] 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 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/master Commit: 5e3967fa08a36b386cdd0b40a04b5cd7c1e331de Parents: d5f1657 Author: Sean Busbey Authored: Mon Oct 28 00:44:46 2013 -0400 Committer: Eric Newton 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 @@ commons-io commons-io - 1.4 + 2.1 commons-collections