Skip to content

Commit f8064bf

Browse files
committed
Polish dependency management for XMLUnit
Closes gh-9709
1 parent edfdae1 commit f8064bf

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

spring-boot-dependencies/pom.xml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
<webjars-locator.version>0.32-1</webjars-locator.version>
198198
<wsdl4j.version>1.6.3</wsdl4j.version>
199199
<xml-apis.version>1.4.01</xml-apis.version>
200-
<xmlunit.version>2.3.0</xmlunit.version>
200+
<xmlunit2.version>2.5.0</xmlunit2.version>
201201
<!-- Plugin versions -->
202202
<build-helper-maven-plugin.version>3.0.0</build-helper-maven-plugin.version>
203203
<exec-maven-plugin.version>1.5.0</exec-maven-plugin.version>
@@ -2521,7 +2521,17 @@
25212521
<dependency>
25222522
<groupId>org.xmlunit</groupId>
25232523
<artifactId>xmlunit-core</artifactId>
2524-
<version>${xmlunit.version}</version>
2524+
<version>${xmlunit2.version}</version>
2525+
</dependency>
2526+
<dependency>
2527+
<groupId>org.xmlunit</groupId>
2528+
<artifactId>xmlunit-legacy</artifactId>
2529+
<version>${xmlunit2.version}</version>
2530+
</dependency>
2531+
<dependency>
2532+
<groupId>org.xmlunit</groupId>
2533+
<artifactId>xmlunit-matchers</artifactId>
2534+
<version>${xmlunit2.version}</version>
25252535
</dependency>
25262536
<dependency>
25272537
<groupId>org.yaml</groupId>

0 commit comments

Comments
 (0)