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 E8E0310905 for ; Thu, 22 Jan 2015 20:33:39 +0000 (UTC) Received: (qmail 24430 invoked by uid 500); 22 Jan 2015 20:33:35 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 24386 invoked by uid 500); 22 Jan 2015 20:33:35 -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 24338 invoked by uid 99); 22 Jan 2015 20:33:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Jan 2015 20:33:35 +0000 Date: Thu, 22 Jan 2015 20:33:35 +0000 (UTC) From: "Hadoop QA (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-12898) Add in used undeclared dependencies 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-12898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14288173#comment-14288173 ] Hadoop QA commented on HBASE-12898: ----------------------------------- {color:red}-1 overall{color}. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12693984/HBASE-12898-0.98.3.patch.txt against master branch at commit 319f9bb7918af8cfe7e65f97b654f37f0d5983f3. ATTACHMENT ID: 12693984 {color:green}+1 @author{color}. The patch does not contain any @author tags. {color:red}-1 tests included{color}. The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch. {color:red}-1 patch{color}. The patch command could not apply the patch. Console output: https://builds.apache.org/job/PreCommit-HBASE-Build/12560//console This message is automatically generated. > Add in used undeclared dependencies > ----------------------------------- > > Key: HBASE-12898 > URL: https://issues.apache.org/jira/browse/HBASE-12898 > Project: HBase > Issue Type: Bug > Components: build > Affects Versions: 1.0.0, 0.98.9 > Reporter: Sean Busbey > Assignee: Sean Busbey > Priority: Blocker > Fix For: 1.0.0, 2.0.0, 0.98.10, 1.1.0 > > Attachments: HBASE-12898-0.98.1.patch.txt, HBASE-12898-0.98.2.patch.txt, HBASE-12898-0.98.3.patch.txt, HBASE-12898-branch-1.1.patch.txt, HBASE-12898.1.patch.txt > > > I recently had a build fail because hbase-rest ran into some issue getting the transitive dependencies for hbase-server. The failure was because hbase-rest needs jetty-sslengine but was getting it transitively. looking at dependency:analyze, we have lots of places where we're doing this. > Clean up cases where our pom doesn't list direct dependencies for modules. -- This message was sent by Atlassian JIRA (v6.3.4#6332)