|
@@ -10,7 +10,7 @@ dependencies {
|
|
|
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0'
|
|
|
|
|
|
//系统使用log4j2作为系统日志实现 slf4J作为门面
|
|
|
-// api 'org.slf4j:slf4j-api:1.7.36'
|
|
|
+ api 'org.slf4j:slf4j-api:1.7.36'
|
|
|
//声明slf4j转SLF4J的桥接包
|
|
|
// api 'org.apache.logging.log4j:log4j-slf4j-impl:2.19.0'
|
|
|
//使用log4j2作为实际的日志实现
|
|
@@ -20,7 +20,6 @@ dependencies {
|
|
|
api 'com.lmax:disruptor:3.4.4'
|
|
|
|
|
|
api 'org.msgpack:msgpack-core:0.9.8'
|
|
|
- api 'org.msgpack:jackson-dataformat-msgpack:0.9.8'
|
|
|
|
|
|
api 'io.netty:netty-all:4.1.115.Final'
|
|
|
api 'org.apache.commons:commons-lang3:3.17.0'
|