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 522EB18C30 for ; Mon, 22 Jun 2015 00:44:44 +0000 (UTC) Received: (qmail 2177 invoked by uid 500); 22 Jun 2015 00:44:44 -0000 Delivered-To: apmail-hive-commits-archive@hive.apache.org Received: (qmail 2124 invoked by uid 500); 22 Jun 2015 00:44:44 -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 2113 invoked by uid 99); 22 Jun 2015 00:44:44 -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; Mon, 22 Jun 2015 00:44:44 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C315DE0216; Mon, 22 Jun 2015 00:44:43 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: khorgath@apache.org To: commits@hive.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: hive git commit: HIVE-11059 : hcatalog-server-extensions tests scope should depend on hive-exec (Sushanth Sowmyan, reviewed by Hari Subramaniyan) Date: Mon, 22 Jun 2015 00:44:43 +0000 (UTC) Repository: hive Updated Branches: refs/heads/branch-1 cce0e8e6f -> 845f06a30 HIVE-11059 : hcatalog-server-extensions tests scope should depend on hive-exec (Sushanth Sowmyan, reviewed by Hari Subramaniyan) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/845f06a3 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/845f06a3 Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/845f06a3 Branch: refs/heads/branch-1 Commit: 845f06a30ae2a05d0904cf10c13b568dbf62feee Parents: cce0e8e Author: Sushanth Sowmyan Authored: Sun Jun 21 17:43:35 2015 -0700 Committer: Sushanth Sowmyan Committed: Sun Jun 21 17:44:37 2015 -0700 ---------------------------------------------------------------------- hcatalog/server-extensions/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/845f06a3/hcatalog/server-extensions/pom.xml ---------------------------------------------------------------------- diff --git a/hcatalog/server-extensions/pom.xml b/hcatalog/server-extensions/pom.xml index 1abb5ac..e2447f2 100644 --- a/hcatalog/server-extensions/pom.xml +++ b/hcatalog/server-extensions/pom.xml @@ -64,6 +64,13 @@ tests test + + org.apache.hive + hive-exec + ${project.version} + test-jar + test + junit