summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorManuel Bentele2022-02-04 12:19:44 +0100
committerManuel Bentele2022-02-04 12:19:44 +0100
commit255c829b598a7a3151489e7121c56b219e530777 (patch)
tree2bd704054b6b3663b3bd9abbcc4604dace7da176 /pom.xml
parentFix resource path for virtualizer config tests on Windows platforms (diff)
downloadmaster-sync-shared-255c829b598a7a3151489e7121c56b219e530777.tar.gz
master-sync-shared-255c829b598a7a3151489e7121c56b219e530777.tar.xz
master-sync-shared-255c829b598a7a3151489e7121c56b219e530777.zip
Force Unix line endings for Libvirt XML files (even on Windows platforms)
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index f79b378..70898af 100644
--- a/pom.xml
+++ b/pom.xml
@@ -165,6 +165,18 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.xmlunit</groupId>
+ <artifactId>xmlunit-core</artifactId>
+ <version>[2.0,3.0)</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.xmlunit</groupId>
+ <artifactId>xmlunit-assertj</artifactId>
+ <version>[2.0,3.0)</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>[2.17,3.0)</version>