mirror of
https://github.com/google/nomulus.git
synced 2025-07-20 09:46:03 +02:00
This version of Beam does not have an explicit dependency on log4j. There are a couple of other things that need to change due to the upgrade. 1) The new version pulls in a dependency that is not on Maven Central but on packages.confluent.io, so we need to explicitly add this repo. 2) The new version has a dependency on flogger 0.6 anb above , which removed the LoggerConfig class (see google/flogger#142). We therefore backported the class. In the long term we should do what was suggested in the issue and use the normal JDK Logger config directly. 3) The intSqlPipeline dependency graph also needs to be updated. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/google/nomulus/1472) <!-- Reviewable:end --> |
||
---|---|---|
.. | ||
allowed_licenses.json | ||
license_normalizer_bundle.json | ||
README.md |
Summary
This folder contains configuration files for the gradle-license-report plugin:
- allowed_licenses.json declares the acceptable licenses. A license may have multiple entries in this file, since the 'moduleLicense' property value must match exactly the phrases found in pom or manifest files.
- license_normalizer_bundle.json configures normalization rules for license reporting.
Notes About Adding New Licenses
-
The WTFPL license is not allowed.
-
Each 'Public Domain' license entry must include a specific 'moduleName'. Do not omit moduleName or use wildcards.