[java-opensaml] branch maint-3.4 updated: OSJ-276 - Exclude xml-apis

Tom Zeller tzeller at dragonacea.biz
Fri Apr 12 17:49:45 EDT 2019


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

tzeller pushed a commit to branch maint-3.4
in repository java-opensaml.

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

The following commit(s) were added to refs/heads/maint-3.4 by this push:
       new  26fe1fb   OSJ-276 - Exclude xml-apis
26fe1fb is described below

commit 26fe1fb3a9311e5a37477e890f4d12c4bda425e2
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Fri Apr 12 16:49:31 2019 -0500

    OSJ-276 - Exclude xml-apis
    
    https://issues.shibboleth.net/jira/browse/OSJ-276
---
 opensaml-parent/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/opensaml-parent/pom.xml b/opensaml-parent/pom.xml
index 6f0225f..88431a3 100644
--- a/opensaml-parent/pom.xml
+++ b/opensaml-parent/pom.xml
@@ -121,6 +121,12 @@
               <groupId>org.hibernate</groupId>
               <artifactId>hibernate-entitymanager</artifactId>
               <version>4.3.5.Final</version>
+              <exclusions>
+                  <exclusion>
+                      <groupId>xml-apis</groupId>
+                      <artifactId>xml-apis</artifactId>
+                  </exclusion>
+              </exclusions>
           </dependency>
           <dependency>
               <groupId>org.hibernate.javax.persistence</groupId>

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


More information about the commits mailing list