[java-identity-provider] 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:21:46 EST 2018


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

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

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=15d7309c446de5fe5fca1fa4c4307d14fb837384

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

commit 15d7309c446de5fe5fca1fa4c4307d14fb837384
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Fri Mar 9 17:08:49 2018 +0000

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

diff --git a/idp-parent/pom.xml b/idp-parent/pom.xml
index ab0c015..935dae5 100644
--- a/idp-parent/pom.xml
+++ b/idp-parent/pom.xml
@@ -152,6 +152,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