Skip to content

Commit

Permalink
[Improve][Translation][Flink] Optimize code structure & remove redund…
Browse files Browse the repository at this point in the history
…ant code (apache#4527)
  • Loading branch information
TyrantLucifer authored and EricJoy2048 committed Apr 13, 2023
1 parent 673afa4 commit 3d02e1d
Show file tree
Hide file tree
Showing 38 changed files with 82 additions and 1,403 deletions.
1 change: 1 addition & 0 deletions seatunnel-translation/seatunnel-translation-flink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<modules>
<module>seatunnel-translation-flink-13</module>
<module>seatunnel-translation-flink-15</module>
<module>seatunnel-translation-flink-common</module>
</modules>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,22 @@
</parent>

<artifactId>seatunnel-translation-flink-13</artifactId>
<name>SeaTunnel : Translation : Flink : 1.3</name>
<name>SeaTunnel : Translation : Flink : 1.13</name>

<dependencies>

<dependency>
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel-translation-flink-common</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-table-planner_${scala.binary.version}</artifactId>
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 3d02e1d

Please sign in to comment.