[xmlsectool] 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:52:46 EST 2018
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository xmlsectool.
View the commit online:
http://git.shibboleth.net/view/?p=xmlsectool.git;a=commit;h=8f97751b6cdf2227b9b5765f44c86fb1e71c2c5c
The following commit(s) were added to refs/heads/master by this push:
new 8f97751 JPAR-114 - migrate from xmlunit 1.6 to xmlunit 2.x
8f97751 is described below
commit 8f97751b6cdf2227b9b5765f44c86fb1e71c2c5c
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Fri Mar 9 16:52:42 2018 +0000
JPAR-114 - migrate from xmlunit 1.6 to xmlunit 2.x
Phase 2: add explicit dependency on legacy module where used.
---
pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/pom.xml b/pom.xml
index bcfccab..70fd61a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -118,6 +118,11 @@
<!-- Test Dependencies -->
<dependency>
+ <groupId>org.xmlunit</groupId>
+ <artifactId>xmlunit-legacy</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>${opensaml.groupId}</groupId>
<artifactId>opensaml-security-api</artifactId>
<version>${opensaml.version}</version>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list