|
@@ -78,6 +78,8 @@ project(':common'){
|
|
compile 'org.apache.struts:struts2-convention-plugin:2.5.30'
|
|
compile 'org.apache.struts:struts2-convention-plugin:2.5.30'
|
|
compile('org.apache.struts:struts2-spring-plugin:2.5.30'){
|
|
compile('org.apache.struts:struts2-spring-plugin:2.5.30'){
|
|
exclude module: 'spring-context'
|
|
exclude module: 'spring-context'
|
|
|
|
+ exclude module: 'spring-core'
|
|
|
|
+ exclude module: 'spring-web'
|
|
}
|
|
}
|
|
compile 'org.apache.logging.log4j:log4j-api:2.17.2'
|
|
compile 'org.apache.logging.log4j:log4j-api:2.17.2'
|
|
compile 'org.apache.logging.log4j:log4j-core:2.17.2'
|
|
compile 'org.apache.logging.log4j:log4j-core:2.17.2'
|