[java-parent-project] 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:33:51 EST 2018


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

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

View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=10fbd08ddf16bc09434c062e845f51ccc0602c95

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

commit 10fbd08ddf16bc09434c062e845f51ccc0602c95
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Fri Mar 9 17:31:54 2018 +0000

    JPAR-114 - migrate from xmlunit 1.6 to xmlunit 2.x
    
    Phase 3: remove global dependency on legacy module.
---
 pom.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index b69372c..956e14a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -168,13 +168,6 @@
             <artifactId>log4j-over-slf4j</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <!-- This isn't really needed by every single project but it is used by the vast majority and having it on the
-                test classpath, even if it's not used, doesn't hurt anything. -->
-            <groupId>org.xmlunit</groupId>
-            <artifactId>xmlunit-legacy</artifactId>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 
     <!-- Dependencies with fixed versions and excludes that may be used by projects. -->

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


More information about the commits mailing list