Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B341510980 for ; Fri, 6 Dec 2013 18:23:37 +0000 (UTC) Received: (qmail 80032 invoked by uid 500); 6 Dec 2013 18:23:37 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 79991 invoked by uid 500); 6 Dec 2013 18:23:37 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 79950 invoked by uid 99); 6 Dec 2013 18:23:37 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Dec 2013 18:23:37 +0000 Date: Fri, 6 Dec 2013 18:23:37 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-9718) Add a test scope dependency on org.slf4j:slf4j-api to hbase-client MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-9718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13841510#comment-13841510 ] Hudson commented on HBASE-9718: ------------------------------- SUCCESS: Integrated in hbase-0.96 #216 (See [https://builds.apache.org/job/hbase-0.96/216/]) HBASE-10073. Revert HBASE-9718 (Add a test scope dependency on org.slf4j:slf4j-api to hbase-client) (apurtell: rev 1548392) * /hbase/branches/0.96/hbase-client/pom.xml > Add a test scope dependency on org.slf4j:slf4j-api to hbase-client > ------------------------------------------------------------------ > > Key: HBASE-9718 > URL: https://issues.apache.org/jira/browse/HBASE-9718 > Project: HBase > Issue Type: Bug > Components: Client > Affects Versions: 0.98.0 > Reporter: Andrew Purtell > Assignee: Andrew Purtell > Priority: Minor > Fix For: 0.98.0, 0.96.1 > > Attachments: 9718.patch > > > hbase-client needs a test scope dependency on org.slf4j:slf4j-api in its POM. Without this change at least Eclipse cannot resolve org.slf4j.Logger from RecoverableZooKeeper - the ZooKeeper classes use it - and so the 'hbase-client' project will not build. -- This message was sent by Atlassian JIRA (v6.1#6144)