Commit 7fbd1ca7 authored by 郭燕飞's avatar 郭燕飞 💬

fix

parent 634f3087
buildscript { buildscript {
ext["duibaExtVersion"] = "2.0.0-h71" ext["duibaExtVersion"] = "2.0.0-h74"
ext["springBootVersion"] = "2.2.7.RELEASE" ext["springBootVersion"] = "2.2.7.RELEASE"
ext["springCloudVersion"] = "Hoxton.SR6" ext["springCloudVersion"] = "Hoxton.SR6"
ext["curator.version"] = "2.13.0" ext["curator.version"] = "2.13.0"
...@@ -58,6 +58,7 @@ subprojects { ...@@ -58,6 +58,7 @@ subprojects {
configurations.all { configurations.all {
exclude group: "log4j", module: "log4j" exclude group: "log4j", module: "log4j"
exclude group: "org.apache.logging.log4j"
exclude group: "org.slf4j", module: "slf4j-log4j12" exclude group: "org.slf4j", module: "slf4j-log4j12"
exclude group: "javax.servlet", module: "servlet-api" //servlet 2.5 exclude group: "javax.servlet", module: "servlet-api" //servlet 2.5
exclude group: "com.fasterxml.jackson.dataformat", module: "jackson-dataformat-xml" exclude group: "com.fasterxml.jackson.dataformat", module: "jackson-dataformat-xml"
......
buildscript { buildscript {
ext["duibaExtVersion"] = "2.0.0-h71" ext["duibaExtVersion"] = "2.0.0-h74"
ext["springBootVersion"] = "2.2.7.RELEASE" ext["springBootVersion"] = "2.2.7.RELEASE"
ext["springCloudVersion"] = "Hoxton.SR6" ext["springCloudVersion"] = "Hoxton.SR6"
ext["curator.version"] = "2.13.0" ext["curator.version"] = "2.13.0"
...@@ -61,6 +61,7 @@ bootJar { ...@@ -61,6 +61,7 @@ bootJar {
configurations.all { configurations.all {
exclude group: "log4j", module: "log4j" exclude group: "log4j", module: "log4j"
exclude group: "org.apache.logging.log4j"
exclude group: "org.slf4j", module: "slf4j-log4j12" exclude group: "org.slf4j", module: "slf4j-log4j12"
exclude group: "javax.servlet", module: "servlet-api" //servlet 2.5 exclude group: "javax.servlet", module: "servlet-api" //servlet 2.5
exclude group: "com.fasterxml.jackson.dataformat", module: "jackson-dataformat-xml" exclude group: "com.fasterxml.jackson.dataformat", module: "jackson-dataformat-xml"
......
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