We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2762ac6 commit 53fd363Copy full SHA for 53fd363
xml-modules/xml-3/pom.xml
@@ -13,6 +13,27 @@
13
<version>1.0.0-SNAPSHOT</version>
14
</parent>
15
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
24
+ <groupId>org.xmlunit</groupId>
25
+ <artifactId>xmlunit-assertj</artifactId>
26
+ <version>2.10.0</version>
27
28
29
30
31
+ <artifactId>xmlunit-core</artifactId>
32
33
34
35
+ </dependencies>
36
+
37
<build>
38
<finalName>xml-3</finalName>
39
<resources>
0 commit comments