summaryrefslogtreecommitdiff
path: root/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 /pom.xml
parent633f54e47b3360f2cb16def78263790b61eafaed (diff)
[feature][bootstrap] 动态读取配置文件,以JSON方式存储到GlobalJobParameters
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 2d203dd..bd79cdc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,6 +61,8 @@
<jcommander.version>1.81</jcommander.version>
<lombok.version>1.18.24</lombok.version>
<config.version>1.3.3</config.version>
+ <hazelcast.version>5.1</hazelcast.version>
+ <disruptor.version>3.4.4</disruptor.version>
</properties>
@@ -252,6 +254,17 @@
<version>${antlr4.version}</version>
</dependency>
+ <dependency>
+ <groupId>com.hazelcast</groupId>
+ <artifactId>hazelcast</artifactId>
+ <version>${hazelcast.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.lmax</groupId>
+ <artifactId>disruptor</artifactId>
+ <version>${disruptor.version}</version>
+ </dependency>
+
<!-- flink dependencies -->
<dependency>