|
@@ -19,7 +19,6 @@ dependencies {
|
|
|
// 网络通信和序列化
|
|
|
api 'io.netty:netty-all:4.2.1.Final' // Netty 全功能包
|
|
|
api 'org.msgpack:msgpack-core:0.9.9' // MessagePack 序列化
|
|
|
- api 'org.msgpack:jackson-dataformat-msgpack:0.9.9' // MessagePack 序列化
|
|
|
|
|
|
// 测试依赖
|
|
|
testImplementation platform("org.junit:junit-bom:5.10.0")
|