|
@@ -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 全功能包
|