You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/05/09 04:01:30 UTC

[GitHub] [incubator-druid] clintropolis commented on issue #7619: fix issue #7607

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:
users@infra.apache.org


With regards,
Apache Git Services

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