[java-parent-project] branch maint-7 updated: JPAR-114 - migrate from xmlunit 1.6 to xmlunit 2.x
Ian Young
ian at iay.org.uk
Fri Mar 9 12:33:02 EST 2018
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch maint-7
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=7b358c9f26e15f81f41f1a93808c1022e62c18ea
The following commit(s) were added to refs/heads/maint-7 by this push:
new 7b358c9 JPAR-114 - migrate from xmlunit 1.6 to xmlunit 2.x
7b358c9 is described below
commit 7b358c9f26e15f81f41f1a93808c1022e62c18ea
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Fri Mar 9 17:31:54 2018 +0000
JPAR-114 - migrate from xmlunit 1.6 to xmlunit 2.x
Phase 3: remove global dependency on legacy module.
---
pom.xml | 7 -------
1 file changed, 7 deletions(-)
diff --git a/pom.xml b/pom.xml
index 6d4fb1c..3a2fc30 100644
--- a/pom.xml
+++ b/pom.xml
@@ -168,13 +168,6 @@
<artifactId>log4j-over-slf4j</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <!-- This isn't really needed by every single project but it is used by the vast majority and having it on the
- test classpath, even if it's not used, doesn't hurt anything. -->
- <groupId>org.xmlunit</groupId>
- <artifactId>xmlunit-legacy</artifactId>
- <scope>test</scope>
- </dependency>
</dependencies>
<!-- Dependencies with fixed versions and excludes that may be used by projects. -->
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list