Skip to content

Commit bb03cdf

Browse files
committed
Remove global test dependency on Hamcrest
Hamcrest is now only used within spring-test for MockMvc support.
1 parent bf758ea commit bb03cdf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,6 @@ configure([rootProject] + javaProjects) { project ->
340340
testCompile("org.mockito:mockito-core")
341341
testCompile("org.mockito:mockito-junit-jupiter")
342342
testCompile("io.mockk:mockk")
343-
testCompile("org.hamcrest:hamcrest")
344343
testCompile("org.assertj:assertj-core")
345344
// Pull in the latest JUnit 5 Launcher API to ensure proper support in IDEs.
346345
testRuntime("org.junit.platform:junit-platform-launcher")
@@ -415,4 +414,3 @@ configure(rootProject) {
415414
}
416415
}
417416
}
418-

0 commit comments

Comments
 (0)