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

benjobs pushed a commit to branch dev-2.1.2
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git


The following commit(s) were added to refs/heads/dev-2.1.2 by this push:
     new 725cfc76b [hotfix] Add flink 1.18 shims to dist file (#3283)
725cfc76b is described below

commit 725cfc76b1278cbf2350b4b2e1399227747e9ad9
Author: gongzhongqiang <[email protected]>
AuthorDate: Wed Oct 25 14:30:17 2023 +0800

    [hotfix] Add flink 1.18 shims to dist file (#3283)
---
 streampark-console/streampark-console-service/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/streampark-console/streampark-console-service/pom.xml 
b/streampark-console/streampark-console-service/pom.xml
index 68a4ac04b..69afe826c 100644
--- a/streampark-console/streampark-console-service/pom.xml
+++ b/streampark-console/streampark-console-service/pom.xml
@@ -583,6 +583,13 @@
                                     <version>${project.version}</version>
                                     
<outputDirectory>${project.build.directory}/shims</outputDirectory>
                                 </dependency>
+                                <!-- flink 1.18 support-->
+                                <dependency>
+                                    <groupId>org.apache.streampark</groupId>
+                                    
<artifactId>streampark-flink-shims_flink-1.18_${scala.binary.version}</artifactId>
+                                    <version>${project.version}</version>
+                                    
<outputDirectory>${project.build.directory}/shims</outputDirectory>
+                                </dependency>
                                 <!-- flink-submit-core -->
                                 <dependency>
                                     <groupId>org.apache.streampark</groupId>

Reply via email to