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 55461200B67 for ; Tue, 2 Aug 2016 08:23:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 53DED160AAB; Tue, 2 Aug 2016 06:23: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 BEA43160A6C for ; Tue, 2 Aug 2016 08:23:21 +0200 (CEST) Received: (qmail 40523 invoked by uid 500); 2 Aug 2016 06:23:20 -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 40503 invoked by uid 99); 2 Aug 2016 06:23:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Aug 2016 06:23:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A03082C027F for ; Tue, 2 Aug 2016 06:23:20 +0000 (UTC) Date: Tue, 2 Aug 2016 06:23:20 +0000 (UTC) From: "Sean Busbey (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (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: Tue, 02 Aug 2016 06:23:22 -0000 [ https://issues.apache.org/jira/browse/HBASE-16321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey reassigned HBASE-16321: ----------------------------------- Assignee: Sean Busbey > 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 > > > 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)