From 5e318e73f830834bf80294dab8c9c95595e59887 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Thu, 11 Oct 2012 15:24:18 -0700 Subject: [PATCH] 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 --- org.springframework.web/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.springframework.web/pom.xml b/org.springframework.web/pom.xml index 4f7901cd18..354399ab68 100644 --- a/org.springframework.web/pom.xml +++ b/org.springframework.web/pom.xml @@ -23,7 +23,7 @@ com.caucho - com.springsource.com.caucho + hessian 3.2.1 true