summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authordoufenghu <[email protected]>2023-11-29 17:06:15 +0800
committerdoufenghu <[email protected]>2023-11-29 17:06:15 +0800
commite7592d668f411b9c9461db6ff7fca1976baa37c4 (patch)
treefcb6fe927b178781fa5eefe739d80333cc70fe1c /pom.xml
parent4d37602c63bfba5d6d7b12ec8362e3f5d9b34aef (diff)
[improve][bootstrap] 优化本地debug模式,去除无用依赖库
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 1 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index bd79cdc..ecb4aa5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,7 +62,7 @@
<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>
@@ -259,11 +259,6 @@
<artifactId>hazelcast</artifactId>
<version>${hazelcast.version}</version>
</dependency>
- <dependency>
- <groupId>com.lmax</groupId>
- <artifactId>disruptor</artifactId>
- <version>${disruptor.version}</version>
- </dependency>
<!-- flink dependencies -->