1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Description: disable some more dependencies for tests
Forwarded: No
Author: Mechtilde Stehmann <mechtilde@debian.org>
Last-Update: 2019-12-15
--- a/pom.xml
+++ b/pom.xml
@@ -258,7 +258,7 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
+<!-- <dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-matchers</artifactId>
<version>${xmlunit.version}</version>
@@ -292,7 +292,7 @@
<artifactId>logback-classic</artifactId>
<version>1.1.7</version>
<scope>test</scope>
- </dependency>
+ </dependency> -->
<dependency>
<groupId>com.sun.istack</groupId>
<artifactId>istack-commons-runtime</artifactId>
|