commit 5e318e73f830834bf80294dab8c9c95595e59887
Author: Chris Beams <cbeams@vmware.com>
Commit: Chris Beams <cbeams@vmware.com>
Update spring-web pom dependency on hessian
Previously, the spring-web pom still depended on the EBR-style
com.springsource artifactId for hessian.
It now depends on Maven Central-style com.caucho:hessian:3.2.1 naming.
Note that Hessian 3.2.1 acutally does not exist in Maven Central, but is
present in the SpringSource repository at http://repo.springsource.org.
In any case, the dependency is optional, so should not cause issues at
build time for applications dependent on spring-web.
Issue: SPR-9854
Zsolt Fabok opened SPR-9854 and commented
There is a dependency on om.caucho#com.springsource.com.caucho;3.2.1 in the pom.xml of spring-web component, but that module is no longer available.
Affects: 3.1.2
Referenced from: commits 5e318e7
The text was updated successfully, but these errors were encountered: