gianm opened a new pull request, #12751: URL: https://github.com/apache/druid/pull/12751
I'm seeing CI failures during license checking like this: ``` Error: found 1 missing licenses. These licenses are reported, but missing in the registry druid_module: druid-pac4j, groupId: com.nimbusds, artifactId: lang-tag, version: 1.7, license: Apache License version 2.0 ``` Our licenses.yaml has version 1.6 of this artifact. It came in transitively through `com.nimbusds:oauth2-oidc-sdk`, whose pom uses version range `[1.4.3,)`. Version ranges are lame, because they make builds nonreproducible. This patch updates our licenses.yaml, and adds the newer version of `com.nimbusds:lang-tag` to our pom explicitly, to prevent it from changing again. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
