Skip to content

Commit dcbfffa

Browse files
committed
add flink table store project
1 parent 26173de commit dcbfffa

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5+
<parent>
6+
<artifactId>flink-learning-datalake</artifactId>
7+
<groupId>com.zhisheng.flink</groupId>
8+
<version>1.0-SNAPSHOT</version>
9+
</parent>
10+
<modelVersion>4.0.0</modelVersion>
11+
12+
<artifactId>flink-learning-table-store</artifactId>
13+
14+
<dependencies>
15+
16+
</dependencies>
17+
18+
</project>

flink-learning-datalake/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<module>flink-learning-datalake-hudi</module>
1616
<module>flink-learning-datalake-iceberg</module>
1717
<module>flink-learning-datalake-deltalake</module>
18+
<module>flink-learning-table-store</module>
1819
</modules>
1920

2021
<properties>

0 commit comments

Comments
 (0)