[java-support] 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 13:14:28 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-support.
View the commit online:
http://git.shibboleth.net/view/?p=java-support.git;a=commit;h=2f26829e6512edca264cd72f7ea8865677866aa9
The following commit(s) were added to refs/heads/maint-7 by this push:
new 2f26829 JPAR-114 - migrate from xmlunit 1.6 to xmlunit 2.x
2f26829 is described below
commit 2f26829e6512edca264cd72f7ea8865677866aa9
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Fri Mar 9 16:20:08 2018 +0000
JPAR-114 - migrate from xmlunit 1.6 to xmlunit 2.x
Phase 2: add explicit dependency on legacy module where used
---
pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/pom.xml b/pom.xml
index ca7b718..26ab821 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,6 +127,11 @@
<!-- Test Dependencies -->
<dependency>
+ <groupId>org.xmlunit</groupId>
+ <artifactId>xmlunit-legacy</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>${spring.groupId}</groupId>
<artifactId>spring-core</artifactId>
<scope>test</scope>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list