[java-opensaml] branch master updated: JPAR-114 - migrate from xmlunit 1.6 to xmlunit 2.x

Ian Young ian at iay.org.uk
Fri Mar 9 12:06:35 EST 2018


This is an automated email from the git hooks/post-receive script.

iay pushed a commit to branch master
in repository java-opensaml.

View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=c6d446c922997cb1f610f089765ec6df245dbe11

The following commit(s) were added to refs/heads/master by this push:
       new  c6d446c   JPAR-114 - migrate from xmlunit 1.6 to xmlunit 2.x
c6d446c is described below

commit c6d446c922997cb1f610f089765ec6df245dbe11
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Fri Mar 9 16:57:01 2018 +0000

    JPAR-114 - migrate from xmlunit 1.6 to xmlunit 2.x
    
    Phase 2: add explicit dependency on legacy module where used.
---
 opensaml-parent/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/opensaml-parent/pom.xml b/opensaml-parent/pom.xml
index 9a84838..b6a2d0d 100644
--- a/opensaml-parent/pom.xml
+++ b/opensaml-parent/pom.xml
@@ -97,6 +97,11 @@
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.xmlunit</groupId>
+            <artifactId>xmlunit-legacy</artifactId>
+            <scope>test</scope>
+        </dependency>
 
     </dependencies>
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list