We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c94bc2e commit de38c03Copy full SHA for de38c03
build.gradle
@@ -557,7 +557,8 @@ project('spring-test-mvc') {
557
compile project(":spring-webmvc")
558
compile project(":spring-test").sourceSets.main.output
559
compile("org.apache.tomcat:tomcat-servlet-api:7.0.8", provided)
560
- compile "org.hamcrest:hamcrest-library:1.3"
+ compile("org.hamcrest:hamcrest-core:1.3", optional)
561
+ compile("org.hamcrest:hamcrest-library:1.3", optional)
562
compile("com.jayway.jsonpath:json-path:0.8.1", optional)
563
compile("xmlunit:xmlunit:1.2", optional)
564
testCompile("org.slf4j:jcl-over-slf4j:1.6.1")
0 commit comments