I have generated a Roo project using sts 2.3.3M2 and roo 1.1.0M2 and generated the web scaffolding. The servlet-context.xml that is generated contains an entry " <resources />" which, I understand will be part of Spring 3.0.4. The version of spring in STS and specified in the pom.xml is 3.0.3.RELEASE, which does not contain this element yet (in the STS catalog?).

How would I resolve this? Maybe chhange the pom.xml to specify spring 3.0.4.SNAPSHOT ?