提交 bb03cdf5 编写于 作者: S Sam Brannen

Remove global test dependency on Hamcrest

Hamcrest is now only used within spring-test for MockMvc support.
上级 bf758eab
......@@ -340,7 +340,6 @@ configure([rootProject] + javaProjects) { project ->
testCompile("org.mockito:mockito-core")
testCompile("org.mockito:mockito-junit-jupiter")
testCompile("io.mockk:mockk")
testCompile("org.hamcrest:hamcrest")
testCompile("org.assertj:assertj-core")
// Pull in the latest JUnit 5 Launcher API to ensure proper support in IDEs.
testRuntime("org.junit.platform:junit-platform-launcher")
......@@ -415,4 +414,3 @@ configure(rootProject) {
}
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册