Skip to content

Commit 8413111

Browse files
authored
Merge pull request #161 from Nohit-Java17/develop
add xmlunit
2 parents 01ce0c4 + e8f1437 commit 8413111

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)