summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorchaochaoc <[email protected]>2024-06-27 18:22:00 +0800
committerchaochaoc <[email protected]>2024-06-27 18:22:00 +0800
commiteab517c44f2765d66ef1cd93f2a2bc00284c91ee (patch)
tree68f7925439826a3317d6bc7caba8b4e1fe929c10 /pom.xml
parentc077c16a3a55ed6d2be42ef1d43eefaf4e41fd29 (diff)
[GAL-602] refactor: impl correlate jobs through config yml
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 3b1b7c1..d3bc95b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,6 +73,11 @@
<groupId>com.zdjizhi</groupId>
<artifactId>galaxy</artifactId>
</dependency>
+ <dependency>
+ <groupId>xyz.downgoon</groupId>
+ <artifactId>snowflake</artifactId>
+ <version>1.0.0</version>
+ </dependency>
<!-- Easy Stream -->
<dependency>
@@ -101,6 +106,11 @@
<artifactId>easy-stream-split-pipeline</artifactId>
<version>${easy.stream.version}</version>
</dependency>
+ <dependency>
+ <groupId>com.geedgenetworks.flink</groupId>
+ <artifactId>easy-stream-correlate-pipeline</artifactId>
+ <version>${easy.stream.version}</version>
+ </dependency>
<dependency>
<groupId>com.geedgenetworks.flink</groupId>
@@ -108,6 +118,17 @@
</dependency>
<dependency>
<groupId>com.geedgenetworks.flink</groupId>
+ <artifactId>easy-stream-text-connector</artifactId>
+ <version>${easy.stream.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.geedgenetworks.flink</groupId>
+ <artifactId>easy-stream-socket-connector</artifactId>
+ <version>${easy.stream.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>com.geedgenetworks.flink</groupId>
<artifactId>easy-stream-json-format</artifactId>
</dependency>
<dependency>
@@ -222,6 +243,10 @@
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-lang3</artifactId>
+ </exclusion>
</exclusions>
</dependency>