Skip to content

Commit ee1ddc9

Browse files
committed
Replace EasyMock with Mockito in spring-orm
Issue: SPR-10126
1 parent b78a8a4 commit ee1ddc9

30 files changed

Lines changed: 3096 additions & 6715 deletions

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ configure(allprojects) { project ->
7171
testCompile("junit:junit:${junitVersion}")
7272
testCompile("org.hamcrest:hamcrest-all:1.3")
7373
testCompile("org.mockito:mockito-core:1.9.5")
74-
if (project.name in ["spring", "spring-jms", "spring-orm",
74+
if (project.name in ["spring", "spring-jms",
7575
"spring-orm-hibernate4", "spring-oxm", "spring-struts",
7676
"spring-test", "spring-test-mvc", "spring-tx", "spring-web",
7777
"spring-webmvc", "spring-webmvc-portlet", "spring-webmvc-tiles3"]) {

0 commit comments

Comments
 (0)