From f8064bf8a7f65a21c55b4f8f4888f9ce641b8879 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 18 Sep 2017 17:50:37 +0100 Subject: [PATCH] Polish dependency management for XMLUnit Closes gh-9709 --- spring-boot-dependencies/pom.xml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index bad2bc4714..86135d1cb0 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -197,7 +197,7 @@ 0.32-1 1.6.3 1.4.01 - 2.3.0 + 2.5.0 3.0.0 1.5.0 @@ -2521,7 +2521,17 @@ org.xmlunit xmlunit-core - ${xmlunit.version} + ${xmlunit2.version} + + + org.xmlunit + xmlunit-legacy + ${xmlunit2.version} + + + org.xmlunit + xmlunit-matchers + ${xmlunit2.version} org.yaml