@@ -65,11 +65,11 @@ List jcommander = [
6565]
6666
6767List log4j = [
68- " org.apache.logging.log4j:log4j-api:2.13.3 " ,
69- " org.apache.logging.log4j:log4j-web:2.13.3 " ,
70- " org.apache.logging.log4j:log4j-core:2.13.3 " ,
71- " org.apache.logging.log4j:log4j-jcl:2.13.3 " ,
72- " org.apache.logging.log4j:log4j-slf4j-impl:2.13.3 " ,
68+ " org.apache.logging.log4j:log4j-api:2.15.0 " ,
69+ " org.apache.logging.log4j:log4j-web:2.15.0 " ,
70+ " org.apache.logging.log4j:log4j-core:2.15.0 " ,
71+ " org.apache.logging.log4j:log4j-jcl:2.15.0 " ,
72+ " org.apache.logging.log4j:log4j-slf4j-impl:2.15.0 " ,
7373 " org.slf4j:jul-to-slf4j:1.7.30" ,
7474 " org.slf4j:slf4j-api:1.7.30"
7575]
@@ -132,6 +132,7 @@ dependencies {
132132 compile(" com.webank:weid-java-sdk:${ weidSdkVersion} " ) {
133133 exclude group : " org.springframework" , module : " *"
134134 exclude group : " javax.validation" , module : " validation-api"
135+ exclude group : " org.codehaus.jackson" , module : " jackson-mapper-asl"
135136 }
136137 }
137138 }
@@ -143,6 +144,7 @@ dependencies {
143144 compile(" com.webank:weid-java-sdk:${ weidSdkVersion} " ) {
144145 exclude group : " org.springframework" , module : " *"
145146 exclude group : " javax.validation" , module : " validation-api"
147+ exclude group : " org.codehaus.jackson" , module : " jackson-mapper-asl"
146148 }
147149 } else {
148150 compileOnly files(' dist/lib/lombok-1.18.12.jar' )
0 commit comments