From commits-return-22527-archive-asf-public=cust-asf.ponee.io@accumulo.apache.org Thu Jan 24 00:19:34 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 0B73218066C for ; Thu, 24 Jan 2019 00:19:33 +0100 (CET) Received: (qmail 84047 invoked by uid 500); 23 Jan 2019 23:19:33 -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 84038 invoked by uid 99); 23 Jan 2019 23:19:33 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jan 2019 23:19:33 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id A8A9F85504; Wed, 23 Jan 2019 23:19:32 +0000 (UTC) Date: Wed, 23 Jan 2019 23:19:32 +0000 To: "commits@accumulo.apache.org" Subject: [accumulo-testing] branch master updated: Add commons codec depdency to pom MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <154828557244.1219.3611423786949202469@gitbox.apache.org> From: kturner@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: accumulo-testing X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: a324da87f21e1df4f12c7cf0ed4a94cb7c5dc83c X-Git-Newrev: 83e39d4c57db91915f769c47fc41b1bd4d8de2c9 X-Git-Rev: 83e39d4c57db91915f769c47fc41b1bd4d8de2c9 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. kturner pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/accumulo-testing.git The following commit(s) were added to refs/heads/master by this push: new 83e39d4 Add commons codec depdency to pom 83e39d4 is described below commit 83e39d4c57db91915f769c47fc41b1bd4d8de2c9 Author: Keith Turner AuthorDate: Wed Jan 23 18:17:49 2019 -0500 Add commons codec depdency to pom Tried building against alpha-2 release and it failed to find commons codec. Maybe it used to get it transitively from Accumulo. --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index b03c116..deb0ed2 100644 --- a/pom.xml +++ b/pom.xml @@ -143,6 +143,11 @@ 1.10 + commons-codec + commons-codec + 1.11 + + org.apache.commons commons-math3 3.6.1