Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

spring-webmvc.jar does not come with the Spring Framework 3.0.5 download

When I download the Spring Framework (Latest GA release: 3.0.5.RELEASE) from the download page at springsource.org, the ZIP file does not contain spring-webmvc-3.0.5.RELEASE.jar, or anything like it. Am I missing something here?

The actual ZIP file is at: http://s3.amazonaws.com/dist.springframework.org/release/SPR/spring-framework-3.0.5.RELEASE.zip

like image 585
Mike M. Lin Avatar asked Jul 16 '11 00:07

Mike M. Lin


1 Answers

It's the "web.servlet" jar instead of "spring-webmvc". I'm not sure exactly how or when it changed, but at least the spring-webmvc-3.0.5.RELEASE jar has exactly the same content as the org.springframework.web.servlet-3.0.5.RELEASE.jar from the zip file.

like image 99
Ryan Stewart Avatar answered Sep 28 '22 15:09

Ryan Stewart