[java-metadata-aggregator] 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:23:33 EST 2018


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

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

View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=6527725c7b2d49738a17c8e18bbcd6fb9886ae7f

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

commit 6527725c7b2d49738a17c8e18bbcd6fb9886ae7f
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Fri Mar 9 16:22:47 2018 +0000

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

diff --git a/aggregator-parent/pom.xml b/aggregator-parent/pom.xml
index 8f854c1..5078b7e 100644
--- a/aggregator-parent/pom.xml
+++ b/aggregator-parent/pom.xml
@@ -75,6 +75,11 @@
         <!-- Runtime Dependencies -->
 
         <!-- Test Dependencies -->
+        <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