Add missing XMLUnit dependency management

Closes gh-32998
This commit is contained in:
Andy Wilkinson 2022-11-04 10:42:26 +00:00
parent fcd3413ba0
commit d00e004622

View File

@ -1920,6 +1920,7 @@ bom {
group("org.xmlunit") { group("org.xmlunit") {
modules = [ modules = [
"xmlunit-assertj", "xmlunit-assertj",
"xmlunit-assertj3",
"xmlunit-core", "xmlunit-core",
"xmlunit-legacy", "xmlunit-legacy",
"xmlunit-matchers", "xmlunit-matchers",