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

fpaul pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-kafka.git


The following commit(s) were added to refs/heads/main by this push:
     new d39c079c [FLINK-38471] Add kafka sql connector as explicit dependency 
to kafka e2e common
d39c079c is described below

commit d39c079c82c02d7abb6c1ae8544ea3ef3ce212a3
Author: Fabian Paul <[email protected]>
AuthorDate: Thu Oct 2 13:45:10 2025 +0200

    [FLINK-38471] Add kafka sql connector as explicit dependency to kafka e2e 
common
---
 .../flink-end-to-end-tests-common-kafka/pom.xml               | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git 
a/flink-connector-kafka-e2e-tests/flink-end-to-end-tests-common-kafka/pom.xml 
b/flink-connector-kafka-e2e-tests/flink-end-to-end-tests-common-kafka/pom.xml
index 6bb6c7fb..acc72be6 100644
--- 
a/flink-connector-kafka-e2e-tests/flink-end-to-end-tests-common-kafka/pom.xml
+++ 
b/flink-connector-kafka-e2e-tests/flink-end-to-end-tests-common-kafka/pom.xml
@@ -175,7 +175,14 @@ under the License.
             <scope>test</scope>
         </dependency>
 
-        <dependency>
+               <dependency>
+                       <groupId>org.apache.flink</groupId>
+                       <artifactId>flink-sql-connector-kafka</artifactId>
+                       <version>${project.version}</version>
+                       <scope>test</scope>
+               </dependency>
+
+               <dependency>
             <groupId>org.apache.flink</groupId>
             <artifactId>flink-connector-test-utils</artifactId>
             <exclusions>
@@ -255,7 +262,7 @@ under the License.
                             
<outputDirectory>${project.build.directory}/dependencies</outputDirectory>
                         </artifactItem>
                     </artifactItems>
-                                       
<ignoredUnusedDeclaredDependencies>org.apache.flink:flink-streaming-kafka-test,org.apache.flink:flink-sql-avro,org.apache.flink:flink-sql-avro-confluent-registry,org.apache.flink:flink-connector-base
+                                       
<ignoredUnusedDeclaredDependencies>org.apache.flink:flink-streaming-kafka-test,org.apache.flink:flink-sql-avro,org.apache.flink:flink-sql-avro-confluent-registry,org.apache.flink:flink-connector-base,org.apache.flink:flink-sql-connector-kafka
                                        </ignoredUnusedDeclaredDependencies>
                 </configuration>
             </plugin>

Reply via email to