[java-identity-provider] branch master updated: JSPT-80 - Need formal dependency on non-legacy xml-unit

Scott Cantor cantor.2 at osu.edu
Thu Apr 16 14:38:02 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=76faa939ad42c6b37683000da030a590122c4630

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

commit 76faa939ad42c6b37683000da030a590122c4630
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Apr 16 14:37:58 2020 -0400

    JSPT-80 - Need formal dependency on non-legacy xml-unit
---
 idp-saml-impl/pom.xml | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/idp-saml-impl/pom.xml b/idp-saml-impl/pom.xml
index ab1a781..161eb59 100644
--- a/idp-saml-impl/pom.xml
+++ b/idp-saml-impl/pom.xml
@@ -230,7 +230,23 @@
             <artifactId>hsqldb</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>
+        <dependency>
+            <groupId>org.xmlunit</groupId>
+            <artifactId>xmlunit-matchers</artifactId>
+            <scope>test</scope>
+        </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