This is an automated email from the ASF dual-hosted git repository.

reswqa pushed a commit to branch release-2.3
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-2.3 by this push:
     new e77bc673300 [FLINK-39936][dist] Add flink-s3-fs-native to flink-dist 
pom file
e77bc673300 is described below

commit e77bc67330063b0ec89416642aaa2e72e9a50a71
Author: reswqa <[email protected]>
AuthorDate: Mon Jun 15 15:02:39 2026 +0800

    [FLINK-39936][dist] Add flink-s3-fs-native to flink-dist pom file
---
 flink-dist/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/flink-dist/pom.xml b/flink-dist/pom.xml
index 67f95c94b9b..364d7f9fa94 100644
--- a/flink-dist/pom.xml
+++ b/flink-dist/pom.xml
@@ -400,6 +400,13 @@ under the License.
                        <scope>provided</scope>
                </dependency>
 
+               <dependency>
+                       <groupId>org.apache.flink</groupId>
+                       <artifactId>flink-s3-fs-native</artifactId>
+                       <version>${project.version}</version>
+                       <scope>provided</scope>
+               </dependency>
+
                <dependency>
                        <groupId>org.apache.flink</groupId>
                        <artifactId>flink-oss-fs-hadoop</artifactId>

Reply via email to