[java-metadata-aggregator] branch maint-0.9 updated: JPAR-114 - migrate from xmlunit 1.6 to xmlunit 2.x
Ian Young
ian at iay.org.uk
Fri Mar 9 11:47:33 EST 2018
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch maint-0.9
in repository java-metadata-aggregator.
View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=e51ec7baaa50bf50fb5bed6d78b1f0030eadd2c8
The following commit(s) were added to refs/heads/maint-0.9 by this push:
new e51ec7b JPAR-114 - migrate from xmlunit 1.6 to xmlunit 2.x
e51ec7b is described below
commit e51ec7baaa50bf50fb5bed6d78b1f0030eadd2c8
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 f5c436a..d1e47ac 100644
--- a/aggregator-parent/pom.xml
+++ b/aggregator-parent/pom.xml
@@ -65,6 +65,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