Skip to content

Commit

Permalink
[build][hotfix] Remove duplicate dependency (#2826)
Browse files Browse the repository at this point in the history
  • Loading branch information
GOODBOY008 authored Dec 6, 2023
1 parent 73086c4 commit c43ec5e
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,7 @@
<version>${flink.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.ververica</groupId>
<artifactId>flink-connector-mysql-cdc</artifactId>
<version>${project.version}</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>

<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connector-test-utils</artifactId>
Expand Down

0 comments on commit c43ec5e

Please sign in to comment.