1
0

[HUDI-1961] Add a debezium json integration test case for flink (#3030)

This commit is contained in:
Danny Chan
2021-06-04 15:15:32 +08:00
committed by GitHub
parent 870e97b5f8
commit a658328001
5 changed files with 103 additions and 14 deletions

View File

@@ -332,5 +332,12 @@
<scope>test</scope>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-json</artifactId>
<version>${flink.version}</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>
</dependencies>
</project>