Hi,
The spring-2.5.6.jar is now present in the WEB-INF/lib directory of the CAS
server webapp.
Following the Maven dependency tree, I see :
[INFO] +- net.sf.spring-json:spring-json:jar:1.3.1:runtime
[INFO] | +- org.springframework:spring:jar:2.5.6:runtime
It looks like the spring-json dependency brings back the spring-2.5.6.jar.
It comes with the pull request #108. Even if there is some generic exclusion of
dependencies, it doesn't seem to work :
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>*</artifactId>
Because of this spring-2.5.6.jar, I have a NoSuchMethodError at start up.
Removing it makes webapp starts without any problem.
Does someone have the same problem ?
Thanks,
Jérôme
--
You are currently subscribed to [email protected] as:
[email protected]
To unsubscribe, change settings or access archives, see
http://www.ja-sig.org/wiki/display/JSG/cas-dev