[java-support] branch master updated: JPAR-114 - migrate from xmlunit 1.6 to xmlunit 2.x
Ian Young
ian at iay.org.uk
Fri Mar 9 11:21:37 EST 2018
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository java-support.
View the commit online:
http://git.shibboleth.net/view/?p=java-support.git;a=commit;h=8476fa74ae07a94f7a136258028d781ac33e9cdd
The following commit(s) were added to refs/heads/master by this push:
new 8476fa7 JPAR-114 - migrate from xmlunit 1.6 to xmlunit 2.x
8476fa7 is described below
commit 8476fa74ae07a94f7a136258028d781ac33e9cdd
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 0466e93..04e5c8a 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