@@ -166,9 +166,6 @@ project(':dgrv4_Gateway_serv'){
166166 // https://mvnrepository.com/artifact/com.nimbusds/nimbus-jose-jwt
167167 implementation ' com.nimbusds:nimbus-jose-jwt:10.0.2'
168168
169- // https://mvnrepository.com/artifact/commons-lang/commons-lang
170- implementation group : ' commons-lang' , name : ' commons-lang' , version : ' 2.6'
171-
172169 // https://mvnrepository.com/artifact/org.codehaus.janino/janino
173170 implementation ' org.codehaus.janino:janino:3.0.7'
174171
@@ -232,6 +229,8 @@ project(':dgrv4_Gateway_serv'){
232229 implementation (' org.owasp.esapi:esapi:2.6.0.0' ){
233230 exclude group :' commons-beanutils' , module :' commons-beanutils'
234231 exclude group :' commons-fileupload' , module :' commons-fileupload'
232+ exclude group :' commons-lang' , module :' commons-lang'
233+ exclude group :' commons-configuration' , module :' commons-configuration'
235234 }
236235
237236 // Correct the above exclusions, group:'commons-beanutils', module:'commons-beanutils'
@@ -404,7 +403,7 @@ project(':dgrv4_KeeperServer_lib'){
404403
405404 // 引用其它 project
406405 dependencies{
407- compileOnly group : ' commons-lang ' , name : ' commons-lang ' , version : ' 2.6 '
406+ compileOnly ' org.apache. commons: commons-lang3:3.18.0 '
408407
409408 // Kryo Serialization
410409 implementation ' com.esotericsoftware:kryo:5.4.0'
0 commit comments