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

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


The following commit(s) were added to refs/heads/dev by this push:
     new 313b3d67 [hotfix][examples] Add flink-runtime-web to flink example 
(#1706)
313b3d67 is described below

commit 313b3d67d0c66e1e6048867fbfe37b80e8c1c790
Author: Wenjun Ruan <[email protected]>
AuthorDate: Sun Apr 17 16:31:25 2022 +0800

    [hotfix][examples] Add flink-runtime-web to flink example (#1706)
---
 pom.xml                                             | 6 ++++++
 seatunnel-examples/seatunnel-flink-examples/pom.xml | 6 ++++++
 2 files changed, 12 insertions(+)

diff --git a/pom.xml b/pom.xml
index d91947be..fd63bb02 100644
--- a/pom.xml
+++ b/pom.xml
@@ -255,6 +255,12 @@
                 <version>${flink.version}</version>
                 <scope>${flink.scope}</scope>
             </dependency>
+            <dependency>
+                <groupId>org.apache.flink</groupId>
+                
<artifactId>flink-runtime-web_${scala.binary.version}</artifactId>
+                <version>${flink.version}</version>
+                <scope>${flink.scope}</scope>
+            </dependency>
 
             <!--Because the license is not in compliance, if you need to use 
MySQL, you can add it yourself-->
             <dependency>
diff --git a/seatunnel-examples/seatunnel-flink-examples/pom.xml 
b/seatunnel-examples/seatunnel-flink-examples/pom.xml
index 582efe52..a2313c2c 100644
--- a/seatunnel-examples/seatunnel-flink-examples/pom.xml
+++ b/seatunnel-examples/seatunnel-flink-examples/pom.xml
@@ -68,6 +68,12 @@
             <version>${flink.version}</version>
             <scope>${flink.scope}</scope>
         </dependency>
+        <dependency>
+            <groupId>org.apache.flink</groupId>
+            <artifactId>flink-runtime-web_${scala.binary.version}</artifactId>
+            <version>${flink.version}</version>
+            <scope>${flink.scope}</scope>
+        </dependency>
     </dependencies>
 
 </project>
\ No newline at end of file

Reply via email to