From 9364043a6436dc8ea170ed4c4cac62088660ef13 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 1 Jan 2013 13:26:49 -0800 Subject: [PATCH] Upgrade to xmlunit version 1.3 --- build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index b2e7af70c622..82f21df72dbe 100644 --- a/build.gradle +++ b/build.gradle @@ -258,7 +258,7 @@ project("spring-core") { optional("org.aspectj:aspectjweaver:${aspectjVersion}") optional("net.sf.jopt-simple:jopt-simple:3.0") optional("log4j:log4j:1.2.17") - testCompile("xmlunit:xmlunit:1.2") + testCompile("xmlunit:xmlunit:1.3") testCompile("org.codehaus.woodstox:wstx-asl:3.2.7") } @@ -395,7 +395,7 @@ project("spring-oxm") { optional("org.apache.xmlbeans:xmlbeans:2.4.0") optional("org.codehaus.castor:castor-xml:1.3.2") testCompile("org.codehaus.jettison:jettison:1.0.1") - testCompile("xmlunit:xmlunit:1.2") + testCompile("xmlunit:xmlunit:1.3") testCompile("xmlpull:xmlpull:1.1.3.4a") testCompile(files(genCastor.classesDir).builtBy(genCastor)) testCompile(files(genJaxb.classesDir).builtBy(genJaxb)) @@ -500,7 +500,7 @@ project("spring-web") { } optional("log4j:log4j:1.2.17") testCompile(project(":spring-context-support")) // for JafMediaTypeFactory - testCompile("xmlunit:xmlunit:1.2") + testCompile("xmlunit:xmlunit:1.3") } // pick up ContextLoader.properties in src/main @@ -592,7 +592,7 @@ project("spring-webmvc") { testCompile(project(":spring-aop")) testCompile("org.slf4j:slf4j-jcl:${slf4jVersion}") testCompile("rhino:js:1.7R1") - testCompile("xmlunit:xmlunit:1.2") + testCompile("xmlunit:xmlunit:1.3") testCompile("dom4j:dom4j:1.6.1") { exclude group: "xml-apis", module: "xml-apis" } @@ -701,7 +701,7 @@ project("spring-test-mvc") { 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("xmlunit:xmlunit:1.2") + optional("xmlunit:xmlunit:1.3") testCompile("org.slf4j:slf4j-jcl:${slf4jVersion}") testCompile("javax.servlet:jstl:1.2") testCompile("org.hibernate:hibernate-validator:4.3.0.Final")