summaryrefslogtreecommitdiff
path: root/groot-common/pom.xml
diff options
context:
space:
mode:
authordoufenghu <[email protected]>2023-11-28 19:52:12 +0800
committerdoufenghu <[email protected]>2023-11-28 19:52:12 +0800
commit1f773803901fceea09488bdf1cedd06a1bde5b6b (patch)
treecc5ea1a70c5e99a856495634f5b22b18bafc5971 /groot-common/pom.xml
parent633f54e47b3360f2cb16def78263790b61eafaed (diff)
[feature][bootstrap] 动态读取配置文件,以JSON方式存储到GlobalJobParameters
Diffstat (limited to 'groot-common/pom.xml')
-rw-r--r--groot-common/pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/groot-common/pom.xml b/groot-common/pom.xml
index e322939..2c42e2f 100644
--- a/groot-common/pom.xml
+++ b/groot-common/pom.xml
@@ -67,6 +67,15 @@
<artifactId>httpclient</artifactId>
</dependency>
+ <dependency>
+ <groupId>com.hazelcast</groupId>
+ <artifactId>hazelcast</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.lmax</groupId>
+ <artifactId>disruptor</artifactId>
+ </dependency>
+
<!-- flink -->
<dependency>