Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Done
-
None
-
None
-
S2
-
Pre-production defect
-
1
-
Mule 4 RC Cyborg 08/03
Description
Spring Module defines explicitly spring-core version 4.1.9-RELEASE and spring-security version 4.0.4-RELEASE.
The spring-core dependency is set as provided, while spring-security is set as compile scope.
This causes the compile dependencies from spring-security to be pulled and spring-core version being bumped to 4.2.5-RELEASE.
Add exclusions for spring-core dependencies or ensure that the new version works properly.
[34m[1m[INFO](B[m org.mule.modules:mule-spring-module:mule-extension:1.0.0-SNAPSHOT [34m[1m[INFO](B[m +- org.springframework:spring-core:jar:4.1.9.RELEASE:provided [34m[1m[INFO](B[m | \- commons-logging:commons-logging:jar:1.2:provided [34m[1m[INFO](B[m +- org.springframework.security:spring-security-core:jar:4.0.4.RELEASE:compile [34m[1m[INFO](B[m | +- aopalliance:aopalliance:jar:1.0:compile [34m[1m[INFO](B[m | +- org.springframework:spring-aop:jar:4.2.5.RELEASE:compile [34m[1m[INFO](B[m | +- org.springframework:spring-beans:jar:4.2.5.RELEASE:compile [34m[1m[INFO](B[m | +- org.springframework:spring-context:jar:4.2.5.RELEASE:compile [34m[1m[INFO](B[m | \- org.springframework:spring-expression:jar:4.2.5.RELEASE:compile [34m[1m[INFO](B[m +- org.springframework.security:spring-security-config:jar:4.0.4.RELEASE:test [34m[1m[INFO](B[m +- org.springframework.security:spring-security-web:jar:4.0.4.RELEASE:compile [34m[1m[INFO](B[m | \- org.springframework:spring-web:jar:4.2.5.RELEASE:compile [34m[1m[INFO](B[m +- org.springframework.security:spring-security-ldap:jar:4.0.4.RELEASE:compile [34m[1m[INFO](B[m | +- org.springframework.ldap:spring-ldap-core:jar:2.0.2.RELEASE:compile [34m[1m[INFO](B[m | \- org.springframework:spring-tx:jar:4.2.5.RELEASE:compile