[java-identity-provider] branch master updated: IDP-1465 - Update JAXB dependencies

Ian Young ian at iay.org.uk
Mon Jan 27 14:52:40 EST 2020


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

iay 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=37a8b6228a6ab915b667f8c5396bcf157caf5709

The following commit(s) were added to refs/heads/master by this push:
       new  37a8b62   IDP-1465 - Update JAXB dependencies
37a8b62 is described below

commit 37a8b6228a6ab915b667f8c5396bcf157caf5709
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Mon Jan 27 19:51:46 2020 +0000

    IDP-1465 - Update JAXB dependencies
    
    https://issues.shibboleth.net/jira/browse/IDP-1465
---
 idp-parent/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/idp-parent/pom.xml b/idp-parent/pom.xml
index f102754..0415616 100644
--- a/idp-parent/pom.xml
+++ b/idp-parent/pom.xml
@@ -295,10 +295,11 @@
                                             component implementations, and of the
                                             corresponding API modules.
                                         -->
+                                        <exclude>jakarta.activation:jakarta.activation-api</exclude>
                                         <exclude>javax.activation:activation</exclude>
                                         <exclude>javax.activation:activation-api</exclude>
-                                        <exclude>jakarta.activation:jakarta.activation-api</exclude>
                                         <exclude>javax.mail:mail</exclude>
+                                        <exclude>javax.xml.bind:jaxb-api</exclude>
                                         <exclude>com.sun.mail:javax.mail</exclude>
                                     </excludes>
                                     <includes>

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


More information about the commits mailing list