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 9862B10E4A for ; Tue, 25 Mar 2014 15:03:48 +0000 (UTC) Received: (qmail 22831 invoked by uid 500); 25 Mar 2014 15:03:47 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 22633 invoked by uid 500); 25 Mar 2014 15:03:44 -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 22532 invoked by uid 99); 25 Mar 2014 15:03:39 -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, 25 Mar 2014 15:03:39 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id DE905919337; Tue, 25 Mar 2014 15:03:38 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mdrob@apache.org To: commits@accumulo.apache.org Date: Tue, 25 Mar 2014 15:03:39 -0000 Message-Id: In-Reply-To: <7df8ad1c54254e849a1c9269213aaab2@git.apache.org> References: <7df8ad1c54254e849a1c9269213aaab2@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/3] git commit: ACCUMULO-2494 add commons-math to 1.5 ACCUMULO-2494 add commons-math to 1.5 Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/00355d0e Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/00355d0e Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/00355d0e Branch: refs/heads/1.6.0-SNAPSHOT Commit: 00355d0e02f3877558d9668bb75db6d703e860ef Parents: ba48f03 Author: Mike Drob Authored: Tue Mar 25 10:56:25 2014 -0400 Committer: Mike Drob Committed: Tue Mar 25 11:02:07 2014 -0400 ---------------------------------------------------------------------- core/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/00355d0e/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index 6e3d917..39de12a 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -51,6 +51,10 @@ org.apache.commons + commons-math + + + org.apache.commons commons-vfs2