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/08/15 12:48:53 UTC

[flink-table-store] branch master updated: [hotfix] Fix flink-runtime in flink-table-store-shade

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3674c4e7 [hotfix] Fix flink-runtime in flink-table-store-shade
3674c4e7 is described below

commit 3674c4e766c6ce4fdcc29b717d7a814e350d59ab
Author: JingsongLi <lz...@aliyun.com>
AuthorDate: Mon Aug 15 20:48:20 2022 +0800

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

diff --git a/flink-table-store-shade/pom.xml b/flink-table-store-shade/pom.xml
index c5948c88..2d36d9d0 100644
--- a/flink-table-store-shade/pom.xml
+++ b/flink-table-store-shade/pom.xml
@@ -175,7 +175,7 @@ under the License.
 
         <dependency>
             <groupId>org.apache.flink</groupId>
-            <artifactId>flink-runtime</artifactId>
+            <artifactId>${flink.runtime}</artifactId>
             <version>${flink.version}</version>
             <exclusions>
                 <exclusion>