Skip to content

Commit

Permalink
[Improve][Starter] Optimize code structure & remove redundant code (#…
Browse files Browse the repository at this point in the history
…4525)

* [Improve][Starter] Optimize code structure & remove redundant code

* [Improve][Starter] Revert SeaTunnelApiExample

* [Improve][Starter] Fix ci error
  • Loading branch information
TyrantLucifer authored Apr 9, 2023
1 parent e0aec5e commit c24e399
Show file tree
Hide file tree
Showing 51 changed files with 187 additions and 1,878 deletions.
1 change: 1 addition & 0 deletions seatunnel-core/seatunnel-flink-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<modules>
<module>seatunnel-flink-13-starter</module>
<module>seatunnel-flink-15-starter</module>
<module>seatunnel-flink-starter-common</module>
</modules>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,18 @@

<dependencies>

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

<!-- flink-translation -->
<dependency>
<groupId>org.apache.seatunnel</groupId>
Expand Down Expand Up @@ -66,7 +78,7 @@
<groupId>org.apache.flink</groupId>
<artifactId>flink-statebackend-rocksdb_${scala.binary.version}</artifactId>
<version>${flink.1.13.6.version}</version>
<scope>provided</scope>
<scope>${flink.scope}</scope>
</dependency>

</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@

<dependencies>

<dependency>
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel-flink-starter-common</artifactId>
<version>${revision}</version>
</dependency>

<dependency>
<groupId>org.apache.seatunnel</groupId>
<artifactId>seatunnel-translation-flink-15</artifactId>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit c24e399

Please sign in to comment.