Skip to content

Commit

Permalink
rebase master
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanhang1993 committed Oct 28, 2022
1 parent 19420de commit bd42561
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flink-connector-db2-cdc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,14 @@ under the License.

<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-test-utils_${scala.binary.version}</artifactId>
<artifactId>flink-test-utils</artifactId>
<version>${flink.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-streaming-java_${scala.binary.version}</artifactId>
<artifactId>flink-streaming-java</artifactId>
<scope>test</scope>
<type>test-jar</type>
<version>${flink.version}</version>
Expand Down

0 comments on commit bd42561

Please sign in to comment.