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

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


The following commit(s) were added to refs/heads/master by this push:
     new 23a93fb0265 [hotfix][flink-connector-base] Fix duplicated dependency & 
plugin (#28024)
23a93fb0265 is described below

commit 23a93fb02658b802c5baff1b8f3059006cfc3427
Author: Dennis-Mircea Ciupitu <[email protected]>
AuthorDate: Wed May 13 14:32:47 2026 +0300

    [hotfix][flink-connector-base] Fix duplicated dependency & plugin (#28024)
---
 flink-connectors/flink-connector-base/pom.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/flink-connectors/flink-connector-base/pom.xml 
b/flink-connectors/flink-connector-base/pom.xml
index 37ac147835c..b63232dda8e 100644
--- a/flink-connectors/flink-connector-base/pom.xml
+++ b/flink-connectors/flink-connector-base/pom.xml
@@ -86,13 +86,6 @@
                        <scope>test</scope>
                </dependency>
 
-               <dependency>
-                       <groupId>org.apache.flink</groupId>
-                       <artifactId>flink-streaming-java</artifactId>
-                       <version>${project.version}</version>
-                       <scope>test</scope>
-                       <type>test-jar</type>
-               </dependency>
 
                <!-- ArchUnit test dependencies -->
 

Reply via email to