Return-Path: X-Original-To: apmail-hive-commits-archive@www.apache.org Delivered-To: apmail-hive-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 4311E18C94 for ; Wed, 12 Aug 2015 17:12:41 +0000 (UTC) Received: (qmail 43093 invoked by uid 500); 12 Aug 2015 17:12:38 -0000 Delivered-To: apmail-hive-commits-archive@hive.apache.org Received: (qmail 43046 invoked by uid 500); 12 Aug 2015 17:12:38 -0000 Mailing-List: contact commits-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hive-dev@hive.apache.org Delivered-To: mailing list commits@hive.apache.org Received: (qmail 43035 invoked by uid 99); 12 Aug 2015 17:12:38 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Aug 2015 17:12:38 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DF3A8E00E0; Wed, 12 Aug 2015 17:12:37 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: daijy@apache.org To: commits@hive.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: hive git commit: HIVE-11442: Remove commons-configuration.jar from Hive distribution Date: Wed, 12 Aug 2015 17:12:37 +0000 (UTC) Repository: hive Updated Branches: refs/heads/branch-1 a6d3070ec -> 425273eed HIVE-11442: Remove commons-configuration.jar from Hive distribution Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/425273ee Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/425273ee Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/425273ee Branch: refs/heads/branch-1 Commit: 425273eed3213abbd08404d1aa743b38155e202e Parents: a6d3070 Author: Daniel Dai Authored: Wed Aug 12 10:12:02 2015 -0700 Committer: Daniel Dai Committed: Wed Aug 12 10:12:02 2015 -0700 ---------------------------------------------------------------------- jdbc/pom.xml | 1 + packaging/src/main/assembly/bin.xml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/425273ee/jdbc/pom.xml ---------------------------------------------------------------------- diff --git a/jdbc/pom.xml b/jdbc/pom.xml index 322b672..8cf5210 100644 --- a/jdbc/pom.xml +++ b/jdbc/pom.xml @@ -189,6 +189,7 @@ org.apache.commons:commons-compress + commons-configuration:commons-configuration org.apache.hadoop:* org.apache.hive:hive-ant org.apache.ant:* http://git-wip-us.apache.org/repos/asf/hive/blob/425273ee/packaging/src/main/assembly/bin.xml ---------------------------------------------------------------------- diff --git a/packaging/src/main/assembly/bin.xml b/packaging/src/main/assembly/bin.xml index a1c176f..63253c5 100644 --- a/packaging/src/main/assembly/bin.xml +++ b/packaging/src/main/assembly/bin.xml @@ -41,7 +41,8 @@ org.apache.hadoop:* org.apache.hive.hcatalog:* - org.slf4j:* + org.slf4j:* + commons-configuration:commons-configuration