You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2018/03/22 15:27:00 UTC

[jira] [Created] (HBASE-20257) hbase-spark should not depend on com.google.code.findbugs.jsr305

Ted Yu created HBASE-20257:
------------------------------

             Summary: hbase-spark should not depend on com.google.code.findbugs.jsr305
                 Key: HBASE-20257
                 URL: https://issues.apache.org/jira/browse/HBASE-20257
             Project: HBase
          Issue Type: Bug
            Reporter: Ted Yu


The following can be observed in the build output of master branch:
{code}
[WARNING] Rule 0: org.apache.maven.plugins.enforcer.BannedDependencies failed with message:
We don't allow the JSR305 jar from the Findbugs project, see HBASE-16321.
Found Banned Dependency: com.google.code.findbugs:jsr305:jar:1.3.9
Use 'mvn dependency:tree' to locate the source of the banned dependencies.
{code}
Here is related snippet from hbase-spark/pom.xml:
{code}
    <dependency>
      <groupId>com.google.code.findbugs</groupId>
      <artifactId>jsr305</artifactId>
{code}
Dependency on jsr305 should be dropped.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)