File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
spring-boot-starters/spring-boot-starter-test Expand file tree Collapse file tree 2 files changed +10
-0
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
201
<!-- Plugin versions -->
201
202
<build-helper-maven-plugin .version>3.0.0</build-helper-maven-plugin .version>
202
203
<exec-maven-plugin .version>1.5.0</exec-maven-plugin .version>
2517
2518
<artifactId >webjars-locator</artifactId >
2518
2519
<version >${webjars-locator.version} </version >
2519
2520
</dependency >
2521
+ <dependency >
2522
+ <groupId >org.xmlunit</groupId >
2523
+ <artifactId >xmlunit-core</artifactId >
2524
+ <version >${xmlunit.version} </version >
2525
+ </dependency >
2520
2526
<dependency >
2521
2527
<groupId >org.yaml</groupId >
2522
2528
<artifactId >snakeyaml</artifactId >
Original file line number Diff line number Diff line change 73
73
<groupId >org.springframework</groupId >
74
74
<artifactId >spring-test</artifactId >
75
75
</dependency >
76
+ <dependency >
77
+ <groupId >org.xmlunit</groupId >
78
+ <artifactId >xmlunit-core</artifactId >
79
+ </dependency >
76
80
</dependencies >
77
81
<build >
78
82
<plugins >
You can’t perform that action at this time.
0 commit comments