[java-parent-project] branch main updated: OSJ-344: Exclude JAXB from xmlsec dependencies

Brent Putman putmanb at georgetown.edu
Sat Mar 26 03:55:28 UTC 2022


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

putmanb pushed a commit to branch main
in repository java-parent-project.

View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=279f2df2f91d57d947cf54cb95a897e942ac1957

The following commit(s) were added to refs/heads/main by this push:
     new 279f2df  OSJ-344: Exclude JAXB from xmlsec dependencies
279f2df is described below

commit 279f2df2f91d57d947cf54cb95a897e942ac1957
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Fri Mar 25 23:41:33 2022 -0400

    OSJ-344: Exclude JAXB from xmlsec dependencies
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index 8e3c4ac..e51ffd4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -464,6 +464,12 @@
                 <groupId>org.apache.santuario</groupId>
                 <artifactId>xmlsec</artifactId>
                 <version>${xmlsec.version}</version>
+                <exclusions>
+                    <exclusion>
+                        <groupId>jakarta.xml.bind</groupId>
+                        <artifactId>jakarta.xml.bind-api</artifactId>
+                    </exclusion>
+                </exclusions>
             </dependency>
             <dependency>
                 <groupId>com.beust</groupId>

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


More information about the commits mailing list