Upgrade json-path to 0.9.0 version
This version fixed bugs and improved performance. New features: "select multiple attributes" and "Array operations and slicing improved" (a new example has been added in tests to reflect that). See https://github.com/jayway/JsonPath/blob/master/README Issue: SPR-10990
This commit is contained in:
committed by
Rossen Stoyanchev
parent
79048e18be
commit
efa86e80d8
@@ -756,7 +756,7 @@ project("spring-test") {
|
||||
optional(project(":spring-orm"))
|
||||
optional(project(":spring-web"))
|
||||
optional(project(":spring-webmvc"))
|
||||
optional(project(":spring-webmvc-portlet"), )
|
||||
optional(project(":spring-webmvc-portlet"))
|
||||
optional("junit:junit:${junitVersion}")
|
||||
optional("org.testng:testng:6.8.5")
|
||||
optional("javax.servlet:javax.servlet-api:3.0.1")
|
||||
@@ -799,9 +799,10 @@ project("spring-test-mvc") {
|
||||
dependencies {
|
||||
optional(project(":spring-context"))
|
||||
provided(project(":spring-webmvc"))
|
||||
provided(project(":spring-webmvc-tiles3"))
|
||||
provided("javax.servlet:javax.servlet-api:3.0.1")
|
||||
optional("org.hamcrest:hamcrest-core:1.3")
|
||||
optional("com.jayway.jsonpath:json-path:0.8.1")
|
||||
optional("com.jayway.jsonpath:json-path:0.9.0")
|
||||
optional("xmlunit:xmlunit:1.3")
|
||||
testCompile("org.slf4j:slf4j-jcl:${slf4jVersion}")
|
||||
testCompile("javax.servlet:jstl:1.2")
|
||||
|
||||
Reference in New Issue
Block a user