jihoonson commented 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 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
