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 1294A10A76 for ; Fri, 11 Apr 2014 18:54:46 +0000 (UTC) Received: (qmail 69221 invoked by uid 500); 11 Apr 2014 18:54:45 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 69183 invoked by uid 500); 11 Apr 2014 18:54: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 69074 invoked by uid 99); 11 Apr 2014 18:54:37 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Apr 2014 18:54:37 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 8B48098B28A; Fri, 11 Apr 2014 18:54:35 +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: Fri, 11 Apr 2014 18:54:35 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/3] git commit: ACCUMULO-2494 add commons-math to 1.6 tarball Repository: accumulo Updated Branches: refs/heads/1.6.0-SNAPSHOT 9ebb4967e -> 8f5728084 refs/heads/master e7534e6dd -> b9e49cbf2 ACCUMULO-2494 add commons-math to 1.6 tarball Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/8f572808 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/8f572808 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/8f572808 Branch: refs/heads/1.6.0-SNAPSHOT Commit: 8f5728084901bcc0b0ca7e4e74f3a8ec18b0d8d2 Parents: 9ebb496 Author: Mike Drob Authored: Fri Apr 11 14:53:29 2014 -0400 Committer: Mike Drob Committed: Fri Apr 11 14:54:23 2014 -0400 ---------------------------------------------------------------------- assemble/pom.xml | 4 ++++ assemble/src/main/assemblies/component.xml | 1 + 2 files changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/8f572808/assemble/pom.xml ---------------------------------------------------------------------- diff --git a/assemble/pom.xml b/assemble/pom.xml index 704107b..4c84142 100644 --- a/assemble/pom.xml +++ b/assemble/pom.xml @@ -110,6 +110,10 @@ org.apache.commons + commons-math + + + org.apache.commons commons-vfs2 http://git-wip-us.apache.org/repos/asf/accumulo/blob/8f572808/assemble/src/main/assemblies/component.xml ---------------------------------------------------------------------- diff --git a/assemble/src/main/assemblies/component.xml b/assemble/src/main/assemblies/component.xml index 67d83a5..747444b 100644 --- a/assemble/src/main/assemblies/component.xml +++ b/assemble/src/main/assemblies/component.xml @@ -27,6 +27,7 @@ false ${groupId}:${artifactId}-* + org.apache.commons:commons-math org.apache.commons:commons-vfs2 com.beust:jcommander com.google.code.gson:gson