Skip to content

Commit 53fd363

Browse files
authored
Update pom.xml
1 parent 2762ac6 commit 53fd363

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

xml-modules/xml-3/pom.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,27 @@
1313
<version>1.0.0-SNAPSHOT</version>
1414
</parent>
1515

16+
<dependencies>
17+
<dependency>
18+
<groupId>org.assertj</groupId>
19+
<artifactId>assertj-core</artifactId>
20+
<version>3.26.0</version>
21+
<scope>test</scope>
22+
</dependency>
23+
<dependency>
24+
<groupId>org.xmlunit</groupId>
25+
<artifactId>xmlunit-assertj</artifactId>
26+
<version>2.10.0</version>
27+
<scope>test</scope>
28+
</dependency>
29+
<dependency>
30+
<groupId>org.xmlunit</groupId>
31+
<artifactId>xmlunit-core</artifactId>
32+
<version>2.10.0</version>
33+
<scope>test</scope>
34+
</dependency>
35+
</dependencies>
36+
1637
<build>
1738
<finalName>xml-3</finalName>
1839
<resources>

0 commit comments

Comments
 (0)