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 2020/09/17 05:46:12 UTC

[GitHub] [druid] jihoonson edited a comment on pull request #10363: fix injection failure of StorageLocationSelectorStrategy objects

jihoonson edited a comment on pull request #10363:
URL: https://github.com/apache/druid/pull/10363#issuecomment-693914470


   > The latest CI reports that
   > 
   > > Error: found 1 missing licenses. These licenses are reported, but missing in the registry
   > > druid_module: core, groupId: com.fasterxml.jackson.module, artifactId: jackson-module-guice, version: 2.10.2, license: Apache License version 2.0
   > 
   > ` jackson-module-guice` is added to druid-server due to the failure of dependency check of previous CI check.
   > 
   > I don't know how to handle it. Do you have any idea ? @suneet-s @asdf2014
   
   This is because of a mismatch between the version used in `pom.xml` and the one registered in `licenses.yaml`. I'm not sure why we haven't seen this error before.. But you can fix it by removing [this entry](https://github.com/apache/druid/blob/master/licenses.yaml#L4105-L4111) and adding `jackson-module-guice` to [here](https://github.com/apache/druid/blob/master/licenses.yaml#L233).
   
   Other CI failures look unrelated. I just restarted them.


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



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