diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index 3ed1cf0856..bad2bc4714 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -197,6 +197,7 @@ 0.32-1 1.6.3 1.4.01 + 2.3.0 3.0.0 1.5.0 @@ -2517,6 +2518,11 @@ webjars-locator ${webjars-locator.version} + + org.xmlunit + xmlunit-core + ${xmlunit.version} + org.yaml snakeyaml diff --git a/spring-boot-starters/spring-boot-starter-test/pom.xml b/spring-boot-starters/spring-boot-starter-test/pom.xml index e768cb8925..7ec5396354 100644 --- a/spring-boot-starters/spring-boot-starter-test/pom.xml +++ b/spring-boot-starters/spring-boot-starter-test/pom.xml @@ -73,6 +73,10 @@ org.springframework spring-test + + org.xmlunit + xmlunit-core +