bharos opened a new issue, #13100: URL: https://github.com/apache/gravitino/issues/13100
### Describe the bug Since `531058d2e`, `iceberg/iceberg-common` declares `implementation(libs.google.auth.http)`. That puts `google-auth-library-oauth2-http` — and its transitive `google-auth-library-credentials`, which the POM declares at compile scope — into the `gravitino-iceberg-rest-server` distribution. `LICENSE.iceberg` has no entry for either. `LICENSE.bin` already lists both under the BSD section, so the fix is to bring `LICENSE.iceberg` in line. No `NOTICE` change is required: `NOTICE.bin` carries no google-auth entry. ### Affects `main` (2.0.0) and `branch-1.3` (1.3.1). Found during the 1.3.1 LICENSE/NOTICE audit. -- 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]
