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 /pom.xml | |
| parent | 633f54e47b3360f2cb16def78263790b61eafaed (diff) | |
[feature][bootstrap] 动态读取配置文件,以JSON方式存储到GlobalJobParameters
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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> |
