Commit 64695665 authored by 江洋洋's avatar 江洋洋

log4j依赖排除

parent 1e7a3b2d
...@@ -52,6 +52,7 @@ subprojects { ...@@ -52,6 +52,7 @@ subprojects {
all*.exclude group: "javax.servlet", module: "servlet-api" //servlet 2.5 all*.exclude group: "javax.servlet", module: "servlet-api" //servlet 2.5
all*.exclude group: "com.alibaba", module: "dubbo" all*.exclude group: "com.alibaba", module: "dubbo"
all*.exclude group: "com.fasterxml.jackson.dataformat", module: "jackson-dataformat-xml" all*.exclude group: "com.fasterxml.jackson.dataformat", module: "jackson-dataformat-xml"
all*.exclude group: "org.apache.logging.log4j"
} }
dependencyManagement { dependencyManagement {
......
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