[java-opensaml] branch master updated: JSPT-80 - Need formal dependency on non-legacy xmlunit

Scott Cantor cantor.2 at osu.edu
Thu Apr 16 14:37:24 EDT 2020


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

scantor pushed a commit to branch master
in repository java-opensaml.

View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=8180efb3bcce50744eed2719b3775100f412c424

The following commit(s) were added to refs/heads/master by this push:
       new  8180efb   JSPT-80 - Need formal dependency on non-legacy xmlunit
8180efb is described below

commit 8180efb3bcce50744eed2719b3775100f412c424
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Apr 16 14:37:22 2020 -0400

    JSPT-80 - Need formal dependency on non-legacy xmlunit
---
 opensaml-parent/pom.xml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/opensaml-parent/pom.xml b/opensaml-parent/pom.xml
index 1ba17e6..4da1402 100644
--- a/opensaml-parent/pom.xml
+++ b/opensaml-parent/pom.xml
@@ -110,6 +110,22 @@
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.xmlunit</groupId>
+            <artifactId>xmlunit-core</artifactId>
+            <scope>test</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>javax.xml.bind</groupId>
+                    <artifactId>jaxb-api</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+        <dependency>
+            <groupId>org.xmlunit</groupId>
+            <artifactId>xmlunit-matchers</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