You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Matthias (Jira)" <ji...@apache.org> on 2021/08/27 11:17:00 UTC

[jira] [Created] (FLINK-24028) NoticeFileChecker complains about dependencies being mentioned in NOTICE file but are not listed in the Maven output

Matthias created FLINK-24028:
--------------------------------

             Summary: NoticeFileChecker complains about dependencies being mentioned in NOTICE file but are not listed in the Maven output
                 Key: FLINK-24028
                 URL: https://issues.apache.org/jira/browse/FLINK-24028
             Project: Flink
          Issue Type: Bug
    Affects Versions: 1.14.0
            Reporter: Matthias


We noticed some warnings by the {{NoticeFileChecker}} for the {{flink-filesystem}} module (see [AzureCI run|https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=22911&view=logs&j=52b61abe-a3cc-5bde-cc35-1bbe89bb7df5&t=54421a62-0c80-5aad-3319-094ff69180bb&l=25078]):
{code:java}
2021-08-26T17:05:14.6553403Z 17:05:14,651 WARN org.apache.flink.tools.ci.licensecheck.NoticeFileChecker [] - Dependency com.fasterxml.jackson.core:jackson-annotations:2.12.1 is mentioned in NOTICE file /__w/1/s/flink-filesystems/flink-azure-fs-hadoop/src/main/resources/META-INF/NOTICE, but is not expected there
2021-08-26T17:05:14.6554851Z 17:05:14,651 WARN org.apache.flink.tools.ci.licensecheck.NoticeFileChecker [] - Dependency com.fasterxml.jackson.core:jackson-databind:2.12.1 is mentioned in NOTICE file /__w/1/s/flink-filesystems/flink-azure-fs-hadoop/src/main/resources/META-INF/NOTICE, but is not expected there
2021-08-26T17:05:14.6556275Z 17:05:14,652 WARN org.apache.flink.tools.ci.licensecheck.NoticeFileChecker [] - Dependency org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_7:1.1.1 is mentioned in NOTICE file /__w/1/s/flink-filesystems/flink-s3-fs-presto/src/main/resources/META-INF/NOTICE, but is not expected there
2021-08-26T17:05:14.6557679Z 17:05:14,652 WARN org.apache.flink.tools.ci.licensecheck.NoticeFileChecker [] - Dependency org.apache.hadoop.thirdparty:hadoop-shaded-guava:1.1.1 is mentioned in NOTICE file /__w/1/s/flink-filesystems/flink-s3-fs-presto/src/main/resources/META-INF/NOTICE, but is not expected there
2021-08-26T17:05:14.6559046Z 17:05:14,652 WARN org.apache.flink.tools.ci.licensecheck.NoticeFileChecker [] - Dependency org.wildfly.openssl:wildfly-openssl:1.0.7.Final is mentioned in NOTICE file /__w/1/s/flink-filesystems/flink-s3-fs-presto/src/main/resources/META-INF/NOTICE, but is not expected there
2021-08-26T17:05:14.6560343Z 17:05:14,652 WARN org.apache.flink.tools.ci.licensecheck.NoticeFileChecker [] - Dependency commons-lang:commons-lang:2.6 is mentioned in NOTICE file /__w/1/s/flink-filesystems/flink-s3-fs-presto/src/main/resources/META-INF/NOTICE, but is not expected there
2021-08-26T17:05:14.7427551Z 17:05:14,741 WARN org.apache.flink.tools.ci.licensecheck.NoticeFileChecker [] - Dependency commons-lang:commons-lang:2.6 is mentioned in NOTICE file /__w/1/s/flink-filesystems/flink-fs-hadoop-shaded/src/main/resources/META-INF/NOTICE, but is not expected there
2021-08-26T17:05:14.7442328Z 17:05:14,743 WARN org.apache.flink.tools.ci.licensecheck.NoticeFileChecker [] - Dependency org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_7:1.1.1 is mentioned in NOTICE file /__w/1/s/flink-filesystems/flink-s3-fs-hadoop/src/main/resources/META-INF/NOTICE, but is not expected there
2021-08-26T17:05:14.7443982Z 17:05:14,743 WARN org.apache.flink.tools.ci.licensecheck.NoticeFileChecker [] - Dependency org.apache.hadoop.thirdparty:hadoop-shaded-guava:1.1.1 is mentioned in NOTICE file /__w/1/s/flink-filesystems/flink-s3-fs-hadoop/src/main/resources/META-INF/NOTICE, but is not expected there
2021-08-26T17:05:14.7445447Z 17:05:14,743 WARN org.apache.flink.tools.ci.licensecheck.NoticeFileChecker [] - Dependency org.wildfly.openssl:wildfly-openssl:1.0.7.Final is mentioned in NOTICE file /__w/1/s/flink-filesystems/flink-s3-fs-hadoop/src/main/resources/META-INF/NOTICE, but is not expected there
2021-08-26T17:05:14.7446970Z 17:05:14,743 WARN org.apache.flink.tools.ci.licensecheck.NoticeFileChecker [] - Dependency commons-lang:commons-lang:2.6 is mentioned in NOTICE file /__w/1/s/flink-filesystems/flink-s3-fs-hadoop/src/main/resources/META-INF/NOTICE, but is not expected there
{code}
 These might be related to some version bumps and need to be investigated.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)