Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 60D35200B6A for ; Mon, 8 Aug 2016 02:51:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5F70E160AB3; Mon, 8 Aug 2016 00:51:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id CE5CE160A87 for ; Mon, 8 Aug 2016 02:51:21 +0200 (CEST) Received: (qmail 17811 invoked by uid 500); 8 Aug 2016 00:51:20 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 17786 invoked by uid 99); 8 Aug 2016 00:51:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Aug 2016 00:51:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 8C86C2C0D61 for ; Mon, 8 Aug 2016 00:51:20 +0000 (UTC) Date: Mon, 8 Aug 2016 00:51:20 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (HBASE-16321) Ensure findbugs jsr305 jar isn't present MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 08 Aug 2016 00:51:22 -0000 [ https://issues.apache.org/jira/browse/HBASE-16321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell resolved HBASE-16321. ------------------------------------ Resolution: Fixed > Ensure findbugs jsr305 jar isn't present > ---------------------------------------- > > Key: HBASE-16321 > URL: https://issues.apache.org/jira/browse/HBASE-16321 > Project: HBase > Issue Type: Sub-task > Components: dependencies > Reporter: Sean Busbey > Assignee: Sean Busbey > Priority: Blocker > Fix For: 2.0.0, 1.3.0, 1.4.0, 1.1.6, 1.2.3, 0.98.21 > > Attachments: 16321-amend.txt, HBASE-16131-0.98-addendum-2.patch, HBASE-16321.1.patch, HBASE-16321.2.patch > > > we should be using > {code} > > > com.github.stephenc.findbugs > findbugs-annotations > ${findbugs-annotations} > compile > > {code} > to ensure we don't have a prohibited dependency, but it looks like we're still bringing in > {code} > > com.google.code.findbugs > jsr305 > ${jsr305.version} > > {code} > remove the findbugs version (even though the maven central pom claims the license is ALv2, that doesn't line up with the referenced project sites). -- This message was sent by Atlassian JIRA (v6.3.4#6332)