This is an automated email from the ASF dual-hosted git repository. chesnay pushed a commit to branch release-1.11 in repository https://gitbox.apache.org/repos/asf/flink.git
commit adbf2f352f6dcec90f996ebefe1f108098f52a9d Author: Robert Metzger <[email protected]> AuthorDate: Mon Dec 7 02:58:04 2020 +0100 [FLINK-20455][influxdb][legal] Inline notice --- flink-metrics/flink-metrics-influxdb/pom.xml | 8 ++++++++ .../flink-metrics-influxdb/src/main/resources/META-INF/NOTICE | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/flink-metrics/flink-metrics-influxdb/pom.xml b/flink-metrics/flink-metrics-influxdb/pom.xml index fa1d557..39f3a07 100644 --- a/flink-metrics/flink-metrics-influxdb/pom.xml +++ b/flink-metrics/flink-metrics-influxdb/pom.xml @@ -112,6 +112,14 @@ under the License. <!-- org.msgpack:msgpack-core is not required --> </includes> </artifactSet> + <filters> + <filter> + <artifact>*</artifact> + <excludes> + <exclude>okhttp3/internal/publicsuffix/NOTICE</exclude> + </excludes> + </filter> + </filters> </configuration> </execution> </executions> diff --git a/flink-metrics/flink-metrics-influxdb/src/main/resources/META-INF/NOTICE b/flink-metrics/flink-metrics-influxdb/src/main/resources/META-INF/NOTICE index cfd39b4..54500bd 100644 --- a/flink-metrics/flink-metrics-influxdb/src/main/resources/META-INF/NOTICE +++ b/flink-metrics/flink-metrics-influxdb/src/main/resources/META-INF/NOTICE @@ -16,3 +16,11 @@ This project bundles the following dependencies under the Apache Software Licens This project bundles the following dependencies under the MIT license. (https://opensource.org/licenses/MIT) - org.influxdb:influxdb-java:2.17 + +This project bundles a file called "publicsuffixes.gz": + +Note that publicsuffixes.gz is compiled from The Public Suffix List: +https://publicsuffix.org/list/public_suffix_list.dat + +It is subject to the terms of the Mozilla Public License, v. 2.0: +https://mozilla.org/MPL/2.0/ \ No newline at end of file
