Chesnay Schepler created FLINK-24027:
----------------------------------------
Summary: FileSystems list excessive dependencies in NOTICE
Key: FLINK-24027
URL: https://issues.apache.org/jira/browse/FLINK-24027
Project: Flink
Issue Type: Bug
Components: Connectors / FileSystem
Affects Versions: 1.14.0
Reporter: Chesnay Schepler
Fix For: 1.14.0
The LicenseChecker finds several dependencies that are listed in the NOTICE but
do not show up in the shade-plugin output. It could be that after the recent
AWS/Hadoop bumps these are no longer being bundled (needs confirmation!).
{code}
17:05:14,651 WARN 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
17:05:14,651 WARN 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
17:05:14,652 WARN 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
17:05:14,652 WARN 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
17:05:14,652 WARN 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
17:05:14,652 WARN 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
17:05:14,741 WARN 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
17:05:14,743 WARN 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
17:05:14,743 WARN 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
17:05:14,743 WARN 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
17:05:14,743 WARN 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}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)