File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
flink-cdc-e2e-tests/flink-cdc-pipeline-e2e-tests Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ limitations under the License.
3535 <starrocks .connector.version>1.2.9_flink-${flink.major.version} </starrocks .connector.version>
3636 <hadoop .version>2.8.5</hadoop .version>
3737 <hive .version>2.3.9</hive .version>
38+ <paimon .version>0.7.0-incubating</paimon .version>
3839 </properties >
3940
4041 <dependencies >
@@ -113,6 +114,13 @@ limitations under the License.
113114 <version >${flink.version} </version >
114115 <scope >test</scope >
115116 </dependency >
117+ <!-- paimon dependency -->
118+ <dependency >
119+ <groupId >org.apache.paimon</groupId >
120+ <artifactId >paimon-flink-${flink.major.version}</artifactId >
121+ <version >${paimon.version} </version >
122+ <scope >test</scope >
123+ </dependency >
116124 <dependency >
117125 <groupId >org.apache.flink</groupId >
118126 <artifactId >flink-cdc-pipeline-connector-paimon</artifactId >
You can’t perform that action at this time.
0 commit comments