Details
-
Task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.0.0-alpha-1
-
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
Attachments
Issue Links
- is blocked by
-
HBASE-20336 org.apache.hadoop.hbase.spark.IntegrationTestSparkBulkLoad fails
- Resolved