diff options
| author | doufenghu <[email protected]> | 2023-11-28 19:52:12 +0800 |
|---|---|---|
| committer | doufenghu <[email protected]> | 2023-11-28 19:52:12 +0800 |
| commit | 1f773803901fceea09488bdf1cedd06a1bde5b6b (patch) | |
| tree | cc5ea1a70c5e99a856495634f5b22b18bafc5971 /groot-common/pom.xml | |
| parent | 633f54e47b3360f2cb16def78263790b61eafaed (diff) | |
[feature][bootstrap] 动态读取配置文件,以JSON方式存储到GlobalJobParameters
Diffstat (limited to 'groot-common/pom.xml')
| -rw-r--r-- | groot-common/pom.xml | 9 |
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> |
