Skip to content

Commit

Permalink
[INLONG-8464][Sort] Add dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoYou201 committed Jun 24, 2024
1 parent 2722883 commit e7d53fb
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@
</properties>

<dependencies>
<dependency>
<groupId>org.apache.inlong</groupId>
<artifactId>sort-flink-dependencies-v1.15</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.inlong</groupId>
<artifactId>sort-connector-base</artifactId>
Expand Down

0 comments on commit e7d53fb

Please sign in to comment.