Browse Source

升级依赖

johnclot69 1 week ago
parent
commit
e7f79dc298
1 changed files with 1 additions and 2 deletions
  1. 1 2
      incubator-core/build.gradle

+ 1 - 2
incubator-core/build.gradle

@@ -14,8 +14,7 @@ dependencies {
 
     // 系统核心依赖
     api 'net.onedaybeard.artemis:artemis-odb:2.3.0'
-    api 'com.lmax:disruptor:3.4.4' // 高性能队列
-    api 'it.unimi.dsi:fastutil:8.5.15'
+    api 'com.lmax:disruptor:4.0.0' // 高性能队列
 
     // 网络通信和序列化
     api 'io.netty:netty-all:4.2.1.Final' // Netty 全功能包