clintropolis commented on issue #7619: fix issue #7607
URL: https://github.com/apache/incubator-druid/pull/7619#issuecomment-490734781
 
 
   Hmm, the failure is perhaps no longer related to missing artifacts:
   ```
   [WARNING] Rule 1: org.apache.maven.plugins.enforcer.BannedDependencies 
failed with message:
   Found Banned Dependency: com.google.code.findbugs:annotations:jar:3.0.0
   Use 'mvn dependency:tree' to locate the source of the banned dependencies.
   ```
   at https://travis-ci.org/apache/incubator-druid/jobs/530049926#L3162
   
   Doing a quick search, this library is licensed as `lgpl` which is perhaps 
the reason for this issue? Is this a new dependency between 0.13.1 and 0.13.3? 
I wonder if it can be safely excluded from the datasketches extension pom?
   ```
                  <exclusions>
                       <exclusion>
                           <groupId>com.google.code.findbugs</groupId>
                           <artifactId>annotations</artifactId>
                       </exclusion>
                   </exclusions>
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to