mirror of
https://gitee.com/jmix/cuba.git
synced 2024-11-30 10:17:43 +08:00
PL-10391 Library version conflict - different versions of spring-tx used in core/web
This commit is contained in:
parent
d8091d4146
commit
e9c095fc54
@ -571,6 +571,8 @@ configure(webModule) {
|
|||||||
compile(bom['org.springframework.ldap:spring-ldap-core']) {
|
compile(bom['org.springframework.ldap:spring-ldap-core']) {
|
||||||
exclude(group: 'org.slf4j', module: 'jcl-over-slf4j') // removed because it defines its own Log4j LogFactory via JDK services mechanism
|
exclude(group: 'org.slf4j', module: 'jcl-over-slf4j') // removed because it defines its own Log4j LogFactory via JDK services mechanism
|
||||||
}
|
}
|
||||||
|
// use the same spring-tx as core
|
||||||
|
compile(bom['org.springframework:spring-tx'])
|
||||||
|
|
||||||
compile(bom['org.springframework:spring-webmvc'])
|
compile(bom['org.springframework:spring-webmvc'])
|
||||||
compile(bom['commons-fileupload:commons-fileupload']) // required for Spring multipart resolver
|
compile(bom['commons-fileupload:commons-fileupload']) // required for Spring multipart resolver
|
||||||
|
Loading…
Reference in New Issue
Block a user