Commit 01db5b22 authored by 江洋洋's avatar 江洋洋

log4j版本升级

parent 64695665
......@@ -52,7 +52,6 @@ subprojects {
all*.exclude group: "javax.servlet", module: "servlet-api" //servlet 2.5
all*.exclude group: "com.alibaba", module: "dubbo"
all*.exclude group: "com.fasterxml.jackson.dataformat", module: "jackson-dataformat-xml"
all*.exclude group: "org.apache.logging.log4j"
}
dependencyManagement {
......@@ -85,6 +84,10 @@ subprojects {
dependency("cn.com.duiba.nezha-alg:alg-model:2.23.43")
dependency('io.github.openfeign:feign-httpclient:10.10.1.dbfixed')
//log4j fix
dependency('org.apache.logging.log4j:log4j-api:2.16.0')
dependency('org.apache.logging.log4j:log4j-core:2.16.0')
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment