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:36 UTC

[flink-table-store] branch release-0.2 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 release-0.2
in repository https://gitbox.apache.org/repos/asf/flink-table-store.git


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

commit 01db1985efe8b0982d40c0180b81dc854b66baa4
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 d668bbc4..43d33765 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>