Skip to content

Commit 1c56282

Browse files
author
zhuanglw
committed
[Feature] Add lineage for flink 1.20
1 parent 9ea886b commit 1c56282

File tree

7 files changed

+1106
-0
lines changed

7 files changed

+1106
-0
lines changed

dinky-admin/pom.xml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,31 @@
379379
<groupId>org.dinky</groupId>
380380
<artifactId>dinky-alert-http</artifactId>
381381
</dependency>
382+
383+
<dependency>
384+
<groupId>io.openlineage</groupId>
385+
<artifactId>openlineage-java</artifactId>
386+
<version>1.21.1</version>
387+
<exclusions>
388+
<exclusion>
389+
<groupId>com.fasterxml.jackson.core</groupId>
390+
<artifactId>jackson-core</artifactId>
391+
</exclusion>
392+
</exclusions>
393+
</dependency>
394+
395+
<dependency>
396+
<groupId>org.dinky</groupId>
397+
<artifactId>dinky-client-${dinky.flink.version}</artifactId>
398+
<version>${revision}</version>
399+
<scope>provided</scope>
400+
</dependency>
401+
<dependency>
402+
<groupId>org.dinky</groupId>
403+
<artifactId>dinky-flink-${dinky.flink.version}</artifactId>
404+
<version>${revision}</version>
405+
<scope>provided</scope>
406+
</dependency>
382407
</dependencies>
383408

384409
<build>

0 commit comments

Comments
 (0)