[java-identity-provider] branch master updated: Transitive test dependency on xmlunit.

Scott Cantor cantor.2 at osu.edu
Thu Apr 16 15:06:19 EDT 2020


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

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

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=83c0fc6fc097221cf7abf99cf9dd3cbd126a8b56

The following commit(s) were added to refs/heads/master by this push:
       new  83c0fc6   Transitive test dependency on xmlunit.
83c0fc6 is described below

commit 83c0fc6fc097221cf7abf99cf9dd3cbd126a8b56
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Apr 16 15:06:16 2020 -0400

    Transitive test dependency on xmlunit.
---
 idp-saml-api/pom.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/idp-saml-api/pom.xml b/idp-saml-api/pom.xml
index c325e98..e6e7e38 100644
--- a/idp-saml-api/pom.xml
+++ b/idp-saml-api/pom.xml
@@ -128,6 +128,19 @@
             <artifactId>opensaml-saml-impl</artifactId>
             <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>
+
     </dependencies>
 
     <scm>

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


More information about the commits mailing list