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

xushiyan pushed a commit to branch release-0.11.0
in repository https://gitbox.apache.org/repos/asf/hudi.git

commit 54753a5a3089bffb9922f1182ee59bd6b68db632
Author: Y Ethan Guo <[email protected]>
AuthorDate: Mon Apr 18 18:17:53 2022 -0700

    [HUDI-3903] Fix NoClassDefFoundError with Kafka Connect bundle (#5353)
---
 packaging/hudi-kafka-connect-bundle/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packaging/hudi-kafka-connect-bundle/pom.xml 
b/packaging/hudi-kafka-connect-bundle/pom.xml
index 0e568a58e6..4377fe6b90 100644
--- a/packaging/hudi-kafka-connect-bundle/pom.xml
+++ b/packaging/hudi-kafka-connect-bundle/pom.xml
@@ -85,7 +85,7 @@
                                     <include>org.apache.hudi:hudi-aws</include>
 
                                     <!-- NOTE: This is temp (SchemaProvide 
dep) until PR3162 lands -->
-                                    
<include>org.apache.hudi:hudi-flink_${scala.binary.version}</include>
+                                    
<include>org.apache.hudi:hudi-flink</include>
                                     
<include>org.apache.hudi:flink-core</include>
                                     
<include>org.apache.hudi:hudi-flink-client</include>
                                     
<include>org.apache.flink:flink-core</include>

Reply via email to