Return-Path: X-Original-To: apmail-hadoop-common-commits-archive@www.apache.org Delivered-To: apmail-hadoop-common-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 7DADDD204 for ; Thu, 4 Oct 2012 06:14:48 +0000 (UTC) Received: (qmail 48860 invoked by uid 500); 4 Oct 2012 06:14:47 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 48646 invoked by uid 500); 4 Oct 2012 06:14:47 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 48622 invoked by uid 99); 4 Oct 2012 06:14:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Oct 2012 06:14:46 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Oct 2012 06:14:43 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id F0F8E238890D for ; Thu, 4 Oct 2012 06:13:59 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1393928 - in /hadoop/common/branches/branch-1-win: CHANGES.branch-1-win.txt ivy/hadoop-core-pom-template.xml Date: Thu, 04 Oct 2012 06:13:59 -0000 To: common-commits@hadoop.apache.org From: suresh@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121004061359.F0F8E238890D@eris.apache.org> Author: suresh Date: Thu Oct 4 06:13:59 2012 New Revision: 1393928 URL: http://svn.apache.org/viewvc?rev=1393928&view=rev Log: HADOOP-8880. Missing jersey jars as dependency in the pom causes hive tests to fail. Contributed by Giridharan Kesavan. Modified: hadoop/common/branches/branch-1-win/CHANGES.branch-1-win.txt hadoop/common/branches/branch-1-win/ivy/hadoop-core-pom-template.xml Modified: hadoop/common/branches/branch-1-win/CHANGES.branch-1-win.txt URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1-win/CHANGES.branch-1-win.txt?rev=1393928&r1=1393927&r2=1393928&view=diff ============================================================================== --- hadoop/common/branches/branch-1-win/CHANGES.branch-1-win.txt (original) +++ hadoop/common/branches/branch-1-win/CHANGES.branch-1-win.txt Thu Oct 4 06:13:59 2012 @@ -149,3 +149,6 @@ BUG FIXES HADOOP-8879. TestUserGroupInformation fails on Windows when run as Administrator. (Bikas Saha via suresh) + + HADOOP-8880. Missing jersey jars as dependency in the pom causes + hive tests to fail. (gkesavan via suresh) Modified: hadoop/common/branches/branch-1-win/ivy/hadoop-core-pom-template.xml URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1-win/ivy/hadoop-core-pom-template.xml?rev=1393928&r1=1393927&r2=1393928&view=diff ============================================================================== --- hadoop/common/branches/branch-1-win/ivy/hadoop-core-pom-template.xml (original) +++ hadoop/common/branches/branch-1-win/ivy/hadoop-core-pom-template.xml Thu Oct 4 06:13:59 2012 @@ -34,6 +34,21 @@ 0.52 + com.sun.jersey + jersey-core + 1.8 + + + com.sun.jersey + jersey-json + 1.8 + + + com.sun.jersey + jersey-server + 1.8 + + commons-httpclient commons-httpclient 3.0.1