Skip to content

Commit

Permalink
[INLONG-10773][Sort] Refactor dependency structure to solve format-ba…
Browse files Browse the repository at this point in the history
…se could not compile on flink 1.18 env. (apache#10775)
  • Loading branch information
XiaoYou201 authored Aug 13, 2024
1 parent 12c2c5d commit ef20f56
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions inlong-sort/sort-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@
<artifactId>sort-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.inlong</groupId>
<artifactId>sort-format-base</artifactId>
<version>${project.version}</version>
</dependency>

<!-- for test -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion inlong-sort/sort-flink/base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<dependency>
<groupId>org.apache.inlong</groupId>
<artifactId>sort-format-base</artifactId>
<artifactId>sort-format-common</artifactId>
<version>${project.version}</version>
</dependency>

Expand Down

0 comments on commit ef20f56

Please sign in to comment.