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 E4CF2DFEC for ; Wed, 5 Dec 2012 07:43:23 +0000 (UTC) Received: (qmail 2187 invoked by uid 500); 5 Dec 2012 07:43:23 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 2119 invoked by uid 500); 5 Dec 2012 07:43:22 -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 2111 invoked by uid 99); 5 Dec 2012 07:43:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2012 07:43:22 +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; Wed, 05 Dec 2012 07:43:15 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 71985238899C for ; Wed, 5 Dec 2012 07:42:51 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1417296 - in /hadoop/common/branches/branch-1: CHANGES.txt ivy/hadoop-core-pom-template.xml Date: Wed, 05 Dec 2012 07:42:50 -0000 To: common-commits@hadoop.apache.org From: mattf@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121205074251.71985238899C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mattf Date: Wed Dec 5 07:42:49 2012 New Revision: 1417296 URL: http://svn.apache.org/viewvc?rev=1417296&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/CHANGES.txt (contents, props changed) hadoop/common/branches/branch-1/ivy/hadoop-core-pom-template.xml Modified: hadoop/common/branches/branch-1/CHANGES.txt URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/CHANGES.txt?rev=1417296&r1=1417295&r2=1417296&view=diff ============================================================================== --- hadoop/common/branches/branch-1/CHANGES.txt (original) +++ hadoop/common/branches/branch-1/CHANGES.txt Wed Dec 5 07:42:49 2012 @@ -348,6 +348,9 @@ Release 1.1.2 - Unreleased should not hold lock while outputting and add a test for a deadlock writing Configuration to HDFS. (Jing Zhao via szetszwo) + HADOOP-8880. Missing jersey jars as dependency in the pom causes hive tests + to fail. (gkesavan via mattf) + Release 1.1.1 - 2012.11.18 INCOMPATIBLE CHANGES Propchange: hadoop/common/branches/branch-1/CHANGES.txt ------------------------------------------------------------------------------ Merged /hadoop/common/branches/branch-1.1/CHANGES.txt:r1417295 Modified: hadoop/common/branches/branch-1/ivy/hadoop-core-pom-template.xml URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/ivy/hadoop-core-pom-template.xml?rev=1417296&r1=1417295&r2=1417296&view=diff ============================================================================== --- hadoop/common/branches/branch-1/ivy/hadoop-core-pom-template.xml (original) +++ hadoop/common/branches/branch-1/ivy/hadoop-core-pom-template.xml Wed Dec 5 07:42:49 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-io commons-io 2.1