| Code Block |
|---|
<dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> </dependency> |
instead of:
| Code Block |
|---|
<dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> <version>2.0.6</version> </dependency> |
Where the latest stable version of the library is used when a version isn't specified.
...
