File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 197
197
<webjars-locator .version>0.32-1</webjars-locator .version>
198
198
<wsdl4j .version>1.6.3</wsdl4j .version>
199
199
<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>
201
201
<!-- Plugin versions -->
202
202
<build-helper-maven-plugin .version>3.0.0</build-helper-maven-plugin .version>
203
203
<exec-maven-plugin .version>1.5.0</exec-maven-plugin .version>
2521
2521
<dependency >
2522
2522
<groupId >org.xmlunit</groupId >
2523
2523
<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 >
2525
2535
</dependency >
2526
2536
<dependency >
2527
2537
<groupId >org.yaml</groupId >
You can’t perform that action at this time.
0 commit comments