You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by lz...@apache.org on 2022/09/08 11:33:55 UTC

[flink-table-store] 01/02: [hotfix] Fix kafka shade in flink-table-store-dist

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

lzljs3620320 pushed a commit to branch release-0.2
in repository https://gitbox.apache.org/repos/asf/flink-table-store.git

commit a52523d4796a72ece22d708eea9239542acb26db
Author: JingsongLi <lz...@aliyun.com>
AuthorDate: Thu Sep 8 19:31:27 2022 +0800

    [hotfix] Fix kafka shade in flink-table-store-dist
---
 flink-table-store-dist/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink-table-store-dist/pom.xml b/flink-table-store-dist/pom.xml
index 5c8415ba..36d3317b 100644
--- a/flink-table-store-dist/pom.xml
+++ b/flink-table-store-dist/pom.xml
@@ -115,7 +115,7 @@ under the License.
                                     </excludes>
                                 </filter>
                                 <filter>
-                                    <artifact>org.apache.flink:${flink.sql.connector.kafka}</artifact>
+                                    <artifact>org.apache.flink:${flink.connector.kafka}</artifact>
                                     <excludes>
                                         <exclude>META-INF/services/**</exclude>
                                     </excludes>