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:
6
src/dist/changelog.txt
vendored
6
src/dist/changelog.txt
vendored
@@ -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)
|
||||
--------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user