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

kunni pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-cdc.git


The following commit(s) were added to refs/heads/master by this push:
     new 0ae9abda1 [FLINK-37292] [cdc] Remove the flink-kubernetes dependencies 
during the packaging of flink-cdc-dist (#4024)
0ae9abda1 is described below

commit 0ae9abda1e9b6ad0f8f529dab33f78740443ed4b
Author: Wink <[email protected]>
AuthorDate: Mon Mar 9 11:23:49 2026 +0800

    [FLINK-37292] [cdc] Remove the flink-kubernetes dependencies during the 
packaging of flink-cdc-dist (#4024)
---
 flink-cdc-composer/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/flink-cdc-composer/pom.xml b/flink-cdc-composer/pom.xml
index b5f1d8a18..ca2812acf 100644
--- a/flink-cdc-composer/pom.xml
+++ b/flink-cdc-composer/pom.xml
@@ -66,6 +66,7 @@ limitations under the License.
             <groupId>org.apache.flink</groupId>
             <artifactId>flink-kubernetes</artifactId>
             <version>${flink.version}</version>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.flink</groupId>

Reply via email to