From 4cf247295d68c347a2adc4771c962aca205cc769 Mon Sep 17 00:00:00 2001 From: Purushottam Sinha Date: Wed, 9 Sep 2026 13:03:18 +0530 Subject: [PATCH] [FLINK-40576][fs] Drop stale dependencies from flink-s3-fs-presto NOTICE org.alluxio:alluxio-shaded-client is not bundled in flink-s3-fs-presto because presto-cache is already excluded from presto-hive. Similarly, software.amazon.ion:ion-java is not shaded into the plugin artifact. Drop these stale entries from the bundled META-INF/NOTICE file so it accurately reflects the packaged dependencies. Generated-by: Antigravity (Gemini 3.8 Flash) --- .../flink-s3-fs-presto/src/main/resources/META-INF/NOTICE | 2 -- 1 file changed, 2 deletions(-) diff --git a/flink-filesystems/flink-s3-fs-presto/src/main/resources/META-INF/NOTICE b/flink-filesystems/flink-s3-fs-presto/src/main/resources/META-INF/NOTICE index 111f291a6996b4..cfab924598af88 100644 --- a/flink-filesystems/flink-s3-fs-presto/src/main/resources/META-INF/NOTICE +++ b/flink-filesystems/flink-s3-fs-presto/src/main/resources/META-INF/NOTICE @@ -39,7 +39,6 @@ This project bundles the following dependencies under the Apache Software Licens - io.airlift:slice:0.38 - io.airlift:units:1.3 - joda-time:joda-time:2.5 -- org.alluxio:alluxio-shaded-client:2.8.1 - org.apache.commons:commons-compress:1.26.0 - org.apache.commons:commons-configuration2:2.1.1 - org.apache.commons:commons-lang3:3.18.0 @@ -60,7 +59,6 @@ This project bundles the following dependencies under the Apache Software Licens - org.weakref:jmxutils:1.19 - org.wildfly.openssl:wildfly-openssl:1.0.7.Final - org.xerial.snappy:snappy-java:1.1.10.7 -- software.amazon.ion:ion-java:1.0.2 This project bundles the following dependencies under BSD-2 License (https://opensource.org/licenses/BSD-2-Clause). See bundled license files for details.