Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-20257

hbase-spark should not depend on com.google.code.findbugs.jsr305

    XMLWordPrintableJSON

Details

    • Reviewed

    Description

      The following can be observed in the build output of master branch:

      [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.
      

      Here is related snippet from hbase-spark/pom.xml:

          <dependency>
            <groupId>com.google.code.findbugs</groupId>
            <artifactId>jsr305</artifactId>
      

      Dependency on jsr305 should be dropped.

      Attachments

        1. HBASE-20257.v06.patch
          4 kB
          Artem Ervits
        2. HBASE-20257.v05.patch
          4 kB
          Artem Ervits
        3. HBASE-20257.v04.patch
          3 kB
          Artem Ervits
        4. HBASE-20257.v03.patch
          2 kB
          Artem Ervits
        5. HBASE-20257.v02.patch
          2 kB
          Artem Ervits
        6. HBASE-20257.v01.patch
          2 kB
          Artem Ervits

        Issue Links

          Activity

            People

              dbist13 Artem Ervits
              yuzhihong@gmail.com Ted Yu
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: