The acegisecurity:acegi-security:0.8.0 dependency in the 2.alfrescoEmb module includes the old version of Spring springframework:spring:1.2-rc2. This doesn't cause an issue because the dependencies of the acegisecurity:acegi-security:0.8.0 dependency aren't copied into the Alfresco WEB-INF/lib folder and we therefore don't get Spring library conflict issues. But this is a problem because we're using a library that has the dependency on a version of Spring we don't use.
The
acegisecurity:acegi-security:0.8.0
dependency in the2.alfrescoEmb
module includes the old version of Springspringframework:spring:1.2-rc2
. This doesn't cause an issue because the dependencies of theacegisecurity:acegi-security:0.8.0
dependency aren't copied into the AlfrescoWEB-INF/lib
folder and we therefore don't get Spring library conflict issues. But this is a problem because we're using a library that has the dependency on a version of Spring we don't use.