Skip to content

Commit e8f1437

Browse files
committed
add xmlunit
Co-authored-by: tiendat-NTD <tiendat.8498@gmail.com> Co-authored-by: macmie2411999 <caoducmanh2411999@gmail.com>
1 parent adac4d8 commit e8f1437

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,11 @@
136136
<artifactId>logback-classic</artifactId>
137137
<version>1.2.13</version>
138138
</dependency>
139+
<dependency>
140+
<groupId>org.xmlunit</groupId>
141+
<artifactId>xmlunit-core</artifactId>
142+
<version>2.10.0</version>
143+
</dependency>
139144
</dependencies>
140145
<build>
141146
<plugins>

0 commit comments

Comments
 (0)