PL-10391 Library version conflict - different versions of spring-tx used in core/web

This commit is contained in:
Yuriy Artamonov 2018-02-13 12:11:34 +04:00
parent d8091d4146
commit e9c095fc54

View File

@ -571,6 +571,8 @@ configure(webModule) {
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
}
// use the same spring-tx as core
compile(bom['org.springframework:spring-tx'])
compile(bom['org.springframework:spring-webmvc'])
compile(bom['commons-fileupload:commons-fileupload']) // required for Spring multipart resolver