Skip to content

Commit

Permalink
[INLONG-10725][Sort] fix defect
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoYou201 committed Aug 31, 2024
1 parent 945abb7 commit ebac997
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions inlong-sort/sort-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,14 @@
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<!-- Because the flink1.18 connectors not has postgreSQL connector, so this test use 1.15 pg connector-->
<!-- When there is pg connector in flink1.18, replace it-->
<dependency>
<groupId>org.apache.inlong</groupId>
<artifactId>sort-connector-postgres-cdc-v1.15</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.inlong</groupId>
<artifactId>sort-connector-pulsar-v1.18</artifactId>
Expand Down

0 comments on commit ebac997

Please sign in to comment.