This doesn't exist:
<dependency>
<groupId>springframework</groupId>
<artifactId>spring</artifactId>
<version>2.0-M4</version>
</dependency>
it should be this:
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring</artifactId>
<version>2.0-M4</version>
</dependency>
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This doesn't exist:
<dependency>
<groupId>springframework</groupId>
<artifactId>spring</artifactId>
<version>2.0-M4</version>
</dependency>
it should be this:
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring</artifactId>
<version>2.0-M4</version>
</dependency>
You are right. Will have it fixed soon (next week) when I am back from vacation.