diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml
index f9f81f6e6d..a1b6f6368c 100644
--- a/spring-boot-project/spring-boot-dependencies/pom.xml
+++ b/spring-boot-project/spring-boot-dependencies/pom.xml
@@ -3012,6 +3012,11 @@
sqlite-jdbc
${sqlite-jdbc.version}
+
+ org.xmlunit
+ xmlunit-assertj
+ ${xmlunit2.version}
+
org.xmlunit
xmlunit-core
@@ -3027,6 +3032,11 @@
xmlunit-matchers
${xmlunit2.version}
+
+ org.xmlunit
+ xmlunit-placeholders
+ ${xmlunit2.version}
+
org.yaml
snakeyaml