spring-test module now depends on junit:junit-dep

The junit:junit Maven artifact includes a bundled version of hamcrest
core. For projects that depend on later versions of hamcrest this causes
significant issues in terms of dependency management.

The spring-test module now depends on junit:junit-dep, thus allowing
developers to better manage their test dependencies on a more fine
grained level.

Also tidied up dependency issues regarding hamcrest-core and
hamcrest-all across the build.

Issue: SPR-6966
This commit is contained in:
Sam Brannen
2012-06-10 02:33:46 +02:00
parent 04a6827290
commit 369d77bdf0
2 changed files with 22 additions and 4 deletions

View File

@@ -3,6 +3,12 @@ SPRING FRAMEWORK CHANGELOG
http://www.springsource.org
Changes in version 3.2 M2
-------------------------
* spring-test module now depends on junit:junit-dep
Changes in version 3.2 M1 (2012-05-28)
--------------------------------------