[xmlsectool] branch main updated: XSTJ-86 - Exclude unneeded Spring Framework dependency

Ian Young ian at iay.org.uk
Thu Nov 12 14:38:42 UTC 2020


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

iay pushed a commit to branch main
in repository xmlsectool.

View the commit online:
http://git.shibboleth.net/view/?p=xmlsectool.git;a=commit;h=df75d24d67283ca4e114b5cb26f062320b41ed89

The following commit(s) were added to refs/heads/main by this push:
       new  df75d24   XSTJ-86 - Exclude unneeded Spring Framework dependency
df75d24 is described below

commit df75d24d67283ca4e114b5cb26f062320b41ed89
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Nov 12 14:34:55 2020 +0000

    XSTJ-86 - Exclude unneeded Spring Framework dependency
    
    https://issues.shibboleth.net/jira/browse/XSTJ-86
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index 9ec05df..a534c14 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,6 +65,12 @@
             <groupId>${opensaml.groupId}</groupId>
             <artifactId>opensaml-security-api</artifactId>
             <version>${opensaml.version}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>${spring.groupId}</groupId>
+                    <artifactId>spring-core</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>${opensaml.groupId}</groupId>

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


More information about the commits mailing list